Ok, I Think I've solved parsing Extras instead of using Target in the events:
procedure TForm1.paragrafoeditWriteHyperlink(Sender: TCustomRichView;
id: Integer; RVData: TCustomRVData; ItemNo: Integer;
SaveFormat: TRVSaveFormat; var Target, Extras: String);
begin
Target := IntToStr((RVData ...
Search found 5 matches
- Tue Oct 09, 2007 11:58 am
- Forum: Support
- Topic: TRichEdit delete RTF code
- Replies: 2
- Views: 10498
- Tue Oct 09, 2007 8:48 am
- Forum: Support
- Topic: TRichEdit delete RTF code
- Replies: 2
- Views: 10498
TRichEdit delete RTF code
I've a little RTF file with the following code (created with a TRichEdit component):
{\rtf1\ansi\ansicpg0\uc1\deff0\deflang0\deflangfe0{\fonttbl{\f0\fnil\fcharset1 Times New Roman;}{\f1\fnil\fcharset1 Arial;}{\f2\fnil\fcharset1 Verdana;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0 ...
{\rtf1\ansi\ansicpg0\uc1\deff0\deflang0\deflangfe0{\fonttbl{\f0\fnil\fcharset1 Times New Roman;}{\f1\fnil\fcharset1 Arial;}{\f2\fnil\fcharset1 Verdana;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0 ...
- Mon Oct 08, 2007 8:44 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 34341
- Sun Oct 07, 2007 10:43 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 34341
- Fri Oct 05, 2007 10:28 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 34341
Internal Hyperlink in RTF documents
Hello,
I've searched the forum but I've not found any example matching my question. I've to create run time an RTF document with internal links and I dont know the functions of the TRichView component Ive to call to
- create the link. I think the RTF code maybe like this:
{\field{\*\fldinst ...
I've searched the forum but I've not found any example matching my question. I've to create run time an RTF document with internal links and I dont know the functions of the TRichView component Ive to call to
- create the link. I think the RTF code maybe like this:
{\field{\*\fldinst ...