ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Error 704: The property does not exist on
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Information 37: Optimize your FOR loop
Constants for WLanguage types
List of constants for managing WLanguage types....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
Progress Bar control properties
List of properties associated with the Progress Bar control...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
SNMPOIDType (Function)
Returns the type of data in an OID.
GetDefinition (Function)
Retrieves the definition of element type.
CharactType (Function)
Returns information about the type of character.
DataType (Function)
Identifying the type of a WLanguage variable.
Structure (Type of variable)
A structure is a custom type of data...
xlsDocument (Example)
Usage example of the xlsDocument type
Type (Example)
Usage example of the Type property
1
5
6
7
8
9
223
>