Hi Sergey. I have a problem when I load the data with hypertext from DB. All text and hupertext with formaing are right, but all links are corruped(OnJump: id=0; and
URL := PChar(RichViewEdit1.GetCurrentTag);
URL := main.LMDInputDlg1.InputBox('','','') ;
IF URL<>'' THEN
BEGIN
RichViewEdit1.ApplyTextStyle(4);
SetURLToSelection(URL);
END;
Probably there is something wrong with SetURLToSelection. Is it taken from the demos Demos\Delphi\Assorted\Hypertext\CreateHyperlink\ ?
As far as I remember, there was a bug in older version of this demo, it should be fixed now.