ColorRemain Property
  


Set / Get ColorRemain property for ProgressWheel controls

SYNTAX
Pseudo-OOP
:

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

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

Function syntax:

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

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