ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Error 706: The property does not exist on this type of control
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
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Constants for WLanguage types
List of constants for managing WLanguage types....
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......
Progress Bar control properties
List of properties associated with the Progress Bar control...
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.
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)....
GetDefinition (Function)
Retrieves the definition of element type.
SNMPOIDType (Function)
Returns the type of data in an OID.
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
grCreate (Function)
Creates a specific type of chart.
1
2
3
4
5
6
222
>