trichview.support
Re: OnJump event using tables |
Author |
Message |
Sergey Tkachenko |
Posted: 01/30/2005 23:07:18 1) Use GetJumpPointLocation to convert id to (RVData, ItemNo) 2) Use GetItemTag of this RVData, not of the main TRichView var RVData: TCustomRVFormattedData; ItemNo: Integer; URL: String; begin rv.GetJumpPointLocation(id, RVData, ItemNo); URL := PChar(RVData.GetItemTag(ItemNo)); -- When I'm trying to proceed clicked link in OnJump event like in tutorial example it shows me that ItemNo=0. I'm using tables. How can I get Tag of the clicked link in the table? Thanks, How |
Powered by ABC Amber Outlook Express Converter