|
TRVReportHelper.OnDrawHyperlink |
Top Previous Next |
|
Occurs when the ReportHelper draws a hyperlink type TRVDrawHyperlinkEvent = procedure (Sender: TRVReportHelper; RVData: TCustomRVData; ItemNo: Integer; R: TRect) of object;
property OnDrawHyperlink: TRVDrawHyperlinkEvent; (introduced in v1.8) This method informs when some hypertext item is drawn. Parameters: RVData – document containing hyperlink. ItemNo – index of 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: |