Insert hyperlink
Posted: Tue Oct 07, 2008 2:58 pm
I can add hyperlink at end of document
FRVFEdit.RichViewEdit.AddNLTag('Hyperlink example',GetHypertextStyleNo(0), -1,Integer(StrNew(PChar(AHyper))));
How can i insert this on caret position?
Thanks Josef.
FRVFEdit.RichViewEdit.AddNLTag('Hyperlink example',GetHypertextStyleNo(0), -1,Integer(StrNew(PChar(AHyper))));
How can i insert this on caret position?
Thanks Josef.