THPDFPage.PrintHyperlink

THPDFPage

 

Boven  Vorige  Volgende

Prints the text linked to the URL.

 

Delphi-syntaxis:

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

 

C++-syntaxis:

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

 

Beschrijving:

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

 

Zie ook: HyperlinkColor