THPDFPage.HyperlinkColor Property

THPDFPage

 

Góra  Poprzedni  Następny

Specifies the color of hyperlink text.

 

Delphi syntax:

property HyperlinkColor: TColor;

 

C++ syntax:

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

 

Description:

Użyj HyperlinkColor, aby określić kolor tekstu hiperłącza podczas używania metody PrintHyperlink. Domyślny kolor to niebieski (clBlue)

 

See also: PrintHyperlink