Position Property
  


Set / Get Position property for ProgressWheel controls

SYNTAX
Pseudo-OOP
:

Set:
<ParentWindowName>.<ControlName>.Position := Value 

Get: 
<ParentWindowName>.<ControlName>.Position --> Value

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Position, Value )

Get:
GetProperty ( <ParentWindowName>, <ControlName>,Position) --> Value