This property sets the color of Play Control's the border.

[Delphi]   playcontrolname.BorderColor[ = TColor ]

Property Value

The color of the Play Control's border.

Explanation

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

The BorderColor property is enabled when the BorderVisible property is True and the Appearance property is set to vikFlat.

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.

 

The ImageKit10 VCL is a product created by Newtone Corporation