Contents - Index - Previous - Next


LinkColorVisited property




Declaration
property LinkColorVisited: TColor;

Description

Specifies the default color of visited links in the document.

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

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

Run-time only