Skip to main content

TdxBackground.BkColor Property

Specifies the background color for report pages.

Declaration

property BkColor: TColor read; write; default clWhite;

Property Value

Type Default
TColor clWhite

Remarks

Use the BkColor property to set or access the color used for report page backgrounds, when background mode equals bmBrush and brush style is not bsSolid or bsClear. By default, the BkColor property value is clWhite.

Note

The BkColor property is used to draw report pages only when the Mode property is equal to bmBrush.

See Also