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