Handle Property
|
Gets the handle property for for the forms and controls.
SYNTAX
Pseudo-OOP:
Get:
<ParentWindowName>.<ControlName>.Handle -> hControl
<ParentWindowName>.Handle
-> hForm
Function syntax:
Get:
GetProperty ( <ParentWindowName>,<ControlName>, Handle)
-> hControl
GetProperty ( <ParentWindowName>, Handle) -> hForm