ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value 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....