Min Property
  


Set / Get Min property for ProgressWheel controls

SYNTAX
Pseudo-OOP
:

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

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

Function syntax:

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

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