Contents
- Index
- Previous
- Next
BgColor property
Declaration
property BgColor: TColor;
Description
Specifies the background color of the document.
Setting the property adds bgColor=color_number to the <BODY> tag of the document.
To remove the background color, set the property to clNone or clDefault.
Run-time only