This property sets the color for the foreground of the ImageKit Control
[C++Builder] imagekitcontrolname->Edit->ForeColor
[ = TColor ]
[Delphi] imagekitcontrolname.Edit.ForeColor
[ = TColor ]
Property Value
ForeColor is the ImageKit Control's foreground color.
Explanation
The ForeColor property sets the color for the foreground of the ImageKit Control. To set color, please use color constants (clRed, etc.) or the appropriate RGB(Red, Green, Blue) value. For details about the TColor type, please refer to the Delphi or C++Builder help documentation.Setting this value
This value can be set at run-time.
Retrieving this value
This value can be retrieved at run-time.