ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
The different types of variables
The different types of variables are......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
PDF file functions (prefix syntax)
PDF file functions...
Error 108: The size of the variable is not allowed
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
Aliases on data files: HAlias
The aliases are used to handle......
8. Binding controls to data
A window can display information from......
8. Associating controls with data
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
Error 107: Redefinition of the parameter
Constants for WLanguage types
List of constants for managing WLanguage types....
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
1
2
3
4
5
6
212
>