ForeColor Property
  

Gets or sets the ForeColor for progressbar control

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.ForeColor := aForeColor

Get:
<ParentWindowName>.<ControlName>.ForeColor --> aForeBold

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, ForeColor , aForeColor)

Get:
GetProperty ( <ParentWindowName>, <ControlName>, ForeColor ) --> aForeBold


DESCRIPTION:

Sets the background color for the text written in the control. It is an array of 3 value for Red, Green and Blue ie: { 100, 200, 100 }