ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
The Slider control (in a page)
WEBDEV proposes two types of sliders......
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
Error 31: The file to include is not found. Check the name and path ...
Welcome to Reports & Queries
Reports & Queries is used to......
Error 1038: This member already exists in the class
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UserPassword (Property)
The UserPassword property is used to manage the user password required in an authentication process.
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Error 2: Incomplete line
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Error 1037: This member already exists in the structure
Using the task management and the schedule
Time management is extremely important......
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
HTML (Property)
The HTML property is used to configure the use of HTML content.
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
Error 1008: The member of the class is protected