THPDFPage.PrintHyperlink

THPDFPage

 

Nahoru  Předchozí  Další

Prints the text linked to the URL.

 

Syntaxe Delphi:

procedure PrintHyperlink ( X, Y: Single; Text: AnsiString; URL: AnsiString);

 

Syntaxe C++:

void __fastcall PrintHyperlink ( float X, float Y, AnsiString Text, AnsiString URL);

 

Description:

This procedure prints a text line Text linked to the URL from the point X, Y.

 

See also: HyperlinkColor