Search found 2 matches
- Thu Dec 02, 2010 11:27 am
- Forum: Support
- Topic: Hyperlink does not work after importing from RTF
- Replies: 2
- Views: 7704
- Thu Dec 02, 2010 9:45 am
- Forum: Support
- Topic: Hyperlink does not work after importing from RTF
- Replies: 2
- Views: 7704
Hyperlink does not work after importing from RTF
Why hyperlink does not work when I click it after importing from RTF (LoadRTF)? I use the following procedure:
procedure TForm1.RichViewEdit1Jump(Sender: TObject; id: Integer);
var URL: String;
RVData: TCustomRVFormattedData;
ItemNo: Integer;
begin
RichViewEdit1.GetJumpPointLocation(id, RVData ...
procedure TForm1.RichViewEdit1Jump(Sender: TObject; id: Integer);
var URL: String;
RVData: TCustomRVFormattedData;
ItemNo: Integer;
begin
RichViewEdit1.GetJumpPointLocation(id, RVData ...