ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Reflection functions
13 results
Definition (Variable type)
The Definition type gets the characteristics of the following types:
  • simple type,
  • advanced type,
  • class,
  • structure.
This type of variable is now available for Android applications and widgets starting with WINDEV Suite SaaS 2025 Update 3.
GetDefinition (Function)
Retrieves the element type definition.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
GetVariableDefinition (Function)
Gets the description of a variable.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
Procedure Description (Variable type)
The Procedure Description type allows you to get information about a procedure or a method.
Property Description (Variable type)
The Property Description type is used to get information about a property.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
Syntax Description (Variable type)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Variable Description (Variable type)
The Variable Description type is used to get information about a variable or a member.