|
|
|
|
|
Extra (Property) In french: Extra
The Extra property is used to: - Get additional information about a control, window, or page.
- Edit additional information of a control, window or page.
Additional information is intended for developers and can only be manipulated programmatically. This property can be used to store advanced information without affecting the execution of the application. For example, it is possible to store a value of any type, an array, etc. It is also possible to add members to the Extra property. Syntax
Getting additional information about an element (control, window, page, etc.) Hide the details
<Information> = <Element used>.Extra
<Information>: Type of information Information associated with the specified element. <Element used>: Control, window or page name Name of the element (control, window or page) to be used.
Editing additional information of an element (control, window, page, etc.) Hide the details
<Element used>.Extra = <New information>
<Element used>: Control, window or page name Name of the element (control, window or page) to be used. <New information>: Type of information Information associated with the specified element.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|