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

[Delphi]   previewcontrolname.BorderColor[ = TColor ]

Property Value

The color of the Preview Control's border.

Explanation

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