Index Property
|
Gets the index property for for the forms and controls.
SYNTAX
Pseudo-OOP:
Get:
<ParentWindowName>.<ControlName>.Index
-> nIndexControl
<ParentWindowName>.Index
-> nIndexForm
Function syntax:
Get:
GetProperty ( <ParentWindowName>,<ControlName>, Index)
-> nIndexControl
GetProperty ( <ParentWindowName>, Index) -> nIndexForm