THPDFPage.HyperlinkColor Property

THPDFPage

 

Vrh  Prethodno  Sledeće

Specifies the color of hyperlink text.

 

Delphi syntax:

property HyperlinkColor: TColor;

 

C++ syntax:

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

 

Description:

Koristite HyperlinkColor da biste odredili boju teksta hiperveze kada koristite metod PrintHyperlink. Podrazumevana boja je plava (clBlue)

 

See also: PrintHyperlink