Search found 5 matches

by matteop
Tue Oct 09, 2007 11:58 am
Forum: Support
Topic: TRichEdit delete RTF code
Replies: 2
Views: 10196

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...
by matteop
Tue Oct 09, 2007 8:48 am
Forum: Support
Topic: TRichEdit delete RTF code
Replies: 2
Views: 10196

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\green...
by matteop
Mon Oct 08, 2007 8:44 am
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 33394

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...
by matteop
Sun Oct 07, 2007 10:43 am
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 33394

Hi and thanks for the answers!

So, to create the RTF with the hyperlinks (without user input but all in the program's code) I've to add a tag to write the hyperlink and add a bookmark to write the anchor where the hyperlink points, right?
by matteop
Fri Oct 05, 2007 10:28 am
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 33394

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 HYPERLIN...