TCustomRVPrint.OnDrawHyperlink

<< Click to display table of contents >>

TCustomRVPrint.OnDrawHyperlink

Occurs when the component draws a hyperlink

type

  TRVDrawHyperlinkEvent =

    procedure (Sender: TCustomRVPrint;

      RVData: TCustomRVData; ItemNo: Integer;

      R: TRVCoordRect) of object;

 

property OnDrawHyperlink: TRVDrawHyperlinkEvent;

(introduced in v1.8, modified in v17)

This method informs when some hypertext item is drawn.

Parameters:

RVData – document containing the hyperlink.

ItemNo – index of the hypertext item inside this document.

R – hyperlink rectangle (coordinate of the top left corner of the document is (0,0)).

 

This is not a custom drawing event but an informational event.

 

See also:

▪OnDrawCheckpoint.