ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
CallDLL32 (Function)
Runs a function found in an external DLL.
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
HFSQL Client/Server: Setting up tables on the server
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
API (Function)
Runs a function found in an external DLL.
Character strings
WLanguage supports different types of strings....
ScreenToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).