ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Events associated with internal windows
List of events associated with internal windows...
LoWord (Function)
Returns the two low bytes of an integer.
Window controls
Several types of controls can be used in a window, ......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
Index (Property)
The Index property is used to get the index of an element.
iWindowCancel (Function)
Configures the print cancel window..
Programming custom calculations in Table controls
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
WINDEV and the SOAP protocol
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Registry management functions
List of functions for managing the registry...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
CurrentWin (Function)
Identifies the window currently in edit.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.