This property sets the background color for the Play Control.

[Delphi]   playcontrolname.Color[ = TColor ]

Property Value

The background color for the Play Control.

Explanation

The Color property sets the background color for the Play Control. To set this property, use a color constant (like clRed etc.) or a RGB(Red, Green, Blue) value.

For more details about the TColor type, please refer to Delphi 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