Page 1 of 1

Hyperlink into table

Posted: Mon Jun 09, 2014 5:36 pm
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

Posted: Mon Jun 09, 2014 5:46 pm
by Sergey Tkachenko
Do not use GetJumpPointItemNo, use GetJumpPointLocation

Posted: Tue Jun 10, 2014 7:14 am
by saedi_mehdi
Thank you
:D