Contents - Index - Previous - Next


TextColor property




Declaration
property TextColor: TColor;

Description

Specifies the default color of text in the document.

Setting the property adds text=color_number to the <BODY> tag of the document.

To remove the text color setting, set the property to clNone or clDefault.

Run-time only