Max Property
  


Set / Get Max property for ProgressWheel controls

SYNTAX
Pseudo-OOP
:

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

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

Function syntax:

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

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