This property sets the color for the background of the ImageKit Control

[C++Builder]   imagekitcontrolname->Color [= TColor ]
[Delphi]   imagekitcontrolname.Color [= TColor ]

Property Value

Value Explanation
Color The ImageKit Control's background color

Explanation

The Color property sets the color for the background of the ImageKit Control. To set color, use the color constant (i.e. clRed) or the appropriate RGB(Red, Green, Blue) value. For more information about the TColor type, please refer to the Delphi or C++Builder help documentation.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit7/8/9/10 ActiveX

The Color property is named BackColor in the ActiveX version

The ImageKit10 VCL is a product created by Newtone Corporation