Col Property
|
Set / Gets column position of a gui object.
SYNTAX
Pseudo-OOP:
Set:
<WindowName>.Col
:= nCol
<ParentWindowName>.<ControlName>.Col := nCol
Get:
<WindowName>.Col
--> nCol
<ParentWindowName>.<ControlName>.Col --> nCol
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, Col , nCol )
SetProperty ( <WindowName>, Col , nCol )
Get:
GetProperty ( <ParentWindowName>,
<ControlName>, Col
) --> nCol
GetProperty ( <WindowName>, Col ) --> nCol