ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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....
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....
SMS functions
List of SMS functions...
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index sort item: all sort options specified for the sort item are taken into account (case sensitivity, punctuation, sort direction, Unicode language, ...).
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
9. Overlaying controls
Utilisation dans la classe _VisiteGuidéeEtapeEffet - Accès en Lecture + Ecriture - Type : Entier32...
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
WinStatus (Function)
Identifies or modifies the window status.
Title (Property)
The Title property gets and sets the title of an element.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
WidgetDisplay (Function)
Refreshes a widget window.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Programming custom calculations in Table controls
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.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.