Type Property
|
Gets the type property for lfor the forms and controls.
SYNTAX
Pseudo-OOP:
Get:
<ParentWindowName>.<ControlName>.Type
-> cTypeControl
<ParentWindowName>.Type
-> cTypeForm
Function syntax:
Get:
GetProperty ( <ParentWindowName>,<ControlName>, Type)
-> cTypeControl
GetProperty ( <ParentWindowName>, Type) -> cTypeForm