Width Property
  

Set / Gets width of a gui object.

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.Width := nWidth
<ParentWindowName>.<ControlName>.Width := nWidth

Get:
<WindowName>.Width --> nWidth
<ParentWindowName>.<ControlName>.Width --> nWidth

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Width , nWidth )
SetProperty ( <
WindowName>, Width , nWidth )


Get:
GetProperty ( <ParentWindowName>, <ControlName>, Width ) --> nWidth
GetProperty ( <WindowName>, Width ) --> nWidth