ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Programming overview in C and C++
zipListFile (Function)
Returns the list of files found in an archive.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
1. WEBDEV editors
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
KioskEnable (Function)
Switches the current Android application to kiosk mode.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
gpwAddUser (Function)
Adds a user to the User Groupware database.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
HFSQL properties
List of HFSQL properties...
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
iColumnEnd (Function)
Forces a column break in a multi-column report.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.