TSRichViewEdit Insert a hyperlink to a cell
Posted: Sun Feb 23, 2020 7:58 am
A TSRichViewEdit(in a frame),I set its externalRVStyle property, and use the codes to insert a hyperlink to jump to a url.
table.Cells[4, 1].AddNL('http://www.wolf1860.com',4,-1);
when click the hyperlink,it just open my application's root directory automatically,but not run the TSRichviewEdit.onjump event.
How should I do?
thanks!
table.Cells[4, 1].AddNL('http://www.wolf1860.com',4,-1);
when click the hyperlink,it just open my application's root directory automatically,but not run the TSRichviewEdit.onjump event.
How should I do?
thanks!