ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ServiceRestart (Function)
Restarts a service (already started).
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Summary table: Managing the application directories according to the platform
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
Exist (Property)
The Exist property determines if the element of an associative array exists.
HToItem (Function)
Assigns the specified value to an item of the current record.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
HOut (Example)
Usage example of the HOut function