ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
gglOverride (Variable type)
The gglOverride type is used to define information about event notification overrides.
gImage (Function)
Builds a sequence of characters containing an image.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Secure (Property)
The Secure property is used to configure the table encryption security level.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
14. Managing the "Back" button in practice