|
THPDFPage.PrintHyperlink
|
Inizio Precedente Successivo |
|
Prints the text linked to the URL.
Sintassi Delphi: procedure PrintHyperlink ( X, Y: Single; Text: AnsiString; URL: AnsiString);
Sintassi C++: void __fastcall PrintHyperlink ( float X, float Y, AnsiString Text, AnsiString URL);
Descrizione: This procedure prints a text line Text linked to the URL from the point X, Y.
Vedi anche: HyperlinkColor |