ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeConnection (Function)
Describes a new connection to an external database.
HDeleteServerTrigger (Function)
Deletes a server trigger.
14. Controls in practice
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Thread execution
At runtime, an application runs in a main thread......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
LooperDelete (Function)
Deletes a row from a Looper control.
HDescribeItem (Example)
Usage example of the HDescribeItem function
InitialState (Property)
The InitialState property gets the initial state of a control.
XLS file functions
List of functions for managing XLS files...
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Programming an indexed control
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
HDeactivateServerTrigger (Function)
Disables an HFSQL Client/Server server trigger on a server....
Copying controls from the window editor
The controls can be copied from the window editor......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
zipFileSize (Example)
Usage example of the zipFileSize function
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
TableInfoXY (Example)
Usage example of the TableInfoXY function