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