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

[Delphi]   recordcontrolname.BorderColor[ = TColor ]

Property Value

The color of the Record Control's border.

Explanation

The BorderColor property sets the color for the border of the Record Control. To set this property, use a color constant (like clRed etc.) or use 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.

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