THPDFPage.HyperlinkColor Property

THPDFPage

 

Top  Previous  Next

Specifies the colour of hyperlink text.

 

Delphi syntax:

property HyperlinkColor: TColor;

 

C++ syntax:

__property TColor HyperlinkColor = {read=FHyperlinkColor, write=SetHyperlinkColor};

 

Description:

Use HyperlinkColor to specify the colour of hyperlink text when using the PrintHyperlink method. The default colour is blue (clBlue).

 

See also: PrintHyperlink