|
|
|
|
|
|
Category: Reflection functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Definition type is used to find out the characteristics of a type: - simple type,
- advanced type,
- class,
- structure.
|
|
|
|
|
|
|
Retrieves the definition of element type.
|
|
|
|
|
|
|
Gets the description of a type identified by name.
|
|
|
|
|
|
|
An Option Description variable is used to handle the characteristics of a combination option through programming.
|
|
|
|
|
|
|
Parameter Description variables are used to programmatically describe a parameter.
|
|
|
|
|
|
|
The Procedure Description type is used to get information about a procedure or a method.
|
|
|
|
|
|
|
The Property Description type is used to get information about a property.
|
|
|
|
|
|
|
Used to find out whether a property exists on a control or on a class instance.
|
|
|
|
|
|
|
Seeks a procedure identified by its name. The procedure found can be run directly.
|
|
|
|
|
|
|
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
|
|
|
|
|
|
|
A Value Description variable is used to handle the description of an enumeration value through programming.
|
|
|
|
|
|
|
The Variable Description type is used to get information about a variable or a member.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|