Row Property
  

Set / Gets row position of a gui object.

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.Row := nCol
<
ParentWindowName>.<ControlName>.Row := nCol

Get:
<WindowName>.Row --> nCol
<ParentWindowName>.<ControlName>.Row --> nCol

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Row , nCol )
SetProperty ( <
WindowName>, Row , nCol )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Row ) --> nCol
GetProperty ( <WindowName>, Row ) --> nCol


DESCRIPTION

Relative origin vertical coordinates of the Control.