Hyperlink into table

General TRichView support forum. Please post your questions here
Post Reply
saedi_mehdi
Posts: 6
Joined: Wed Jan 18, 2012 4:24 am

Hyperlink into table

Post by saedi_mehdi »

hi
when i insert a hyperlink into cells of a table,i can not red it.
ItemNo := TRichView(Sender).GetJumpPointItemNo(id);

in this hyperlinks ItemNo=-1
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Do not use GetJumpPointItemNo, use GetJumpPointLocation
saedi_mehdi
Posts: 6
Joined: Wed Jan 18, 2012 4:24 am

Post by saedi_mehdi »

Thank you
:D
Post Reply