THPDFPage.HyperlinkColor Property

THPDFPage

 

Viršus  Ankstesnis  Kitas

Specifies the color of hyperlink text.

 

Delphi syntax:

property HyperlinkColor: TColor;

 

C++ syntax:

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

 

Description:

Naudokite HyperlinkColor, kad nurodytumėte hipersaitų teksto spalvą naudojant PrintHyperlink metodą. Numatytoji spalva yra mėlyna (clBlue)

 

See also: PrintHyperlink