|
|
|
|
|
|
|
|
|
|
|
|
| Category: Reflection functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Definition type gets the characteristics of the following types: - simple type,
- advanced type,
- class,
- structure.
|
|
|
|
|
|
|
|
| Retrieves the element type definition. |
|
|
|
|
|
|
|
| Gets the description of a type identified by name. |
|
|
|
|
|
|
|
| Gets the description of a variable. |
|
|
|
|
|
|
|
| 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 allows you 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|