ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
EmailReadNext (Example)
Usage example of the EmailReadNext function
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
gImage (Function)
Builds a sequence of characters containing an image.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Composite keys
A composite key is a key item containing several other items......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
HChangeConnection (Example)
Usage example of the HChangeConnection function
Clipboard management functions
List of functions for managing the clipboard...
Control (Type of variable)
The Control type is used to define the characteristics of a control.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
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....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.