Search found 5 matches
- Tue Oct 09, 2007 11:58 am
- Forum: Support
- Topic: TRichEdit delete RTF code
- Replies: 2
- Views: 10339
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.GetItemTag ...
- Tue Oct 09, 2007 8:48 am
- Forum: Support
- Topic: TRichEdit delete RTF code
- Replies: 2
- Views: 10339
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 ...
- Mon Oct 08, 2007 8:44 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 33845
This feature is much better implemented in the latest version available for registered users, than in the trial version. I'm using a registered 1.9.15 version Ok, after some experiments I've an almost working code, writing this string: {\field{\*\fldinst HYPERLINK "1" \\l}{\fldrslt \plain \f1\ul ...
- Sun Oct 07, 2007 10:43 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 33845
- Fri Oct 05, 2007 10:28 am
- Forum: Support
- Topic: Internal Hyperlink in RTF documents
- Replies: 9
- Views: 33845
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 ...