ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
Property (Property)
The Property property is used to get and change the properties of an element.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
GetDefinition (Function)
Retrieves the definition of element type.
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......
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Declaration (Property)
The Declaration property is used to define a type.
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
Constants for WLanguage types
List of constants for managing WLanguage types....
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Different types of data (Type of variable)
A variable is defined by name and type......
Definition (Property)
The Definition property is used to define a type.
Typecasting of parameters
The description of the parameter type is optional......
Global and local variable
Two types of variables are available......
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
Error 1048: The inheritance is not allowed in a composite variable
Declaring and using a variable
A variable is defined by name and type......