<< Click to display table of contents >> TRVChat.OnClickLink |
Occurs while the user clicks on a hyperlink in a message text.
type
TRVClickLinkEvent = procedure (Sender: TRVChat;
RVData: TCustomRVFormattedData;
ItemNo: Integer) of object;
property OnClickLink: TRVClickLinkEvent;
RVData and ItemNo define location of the hypertext item. You can use RVData.GetItemTextW and GetItemTag methods.
The chat does not use TRichView's standard hypertext functionality. Instead, it handles clicks on document items itself.