trichview.support
| Re: Tag As String Question | 
| Author | Message | 
| Sergey Tkachenko | Posted: 12/02/2004 10:14:35 For RTF, it's possible only to store tags for hyperlinks (as hyperlink targets) > > Is it not possible to store a string tag in an RTF document like with the > RVF documents? > > In my application, I make a call like: > > RVEdit.InsertStringTag('DisplayedText', Integer(StrNew('KeyToReplace'))); > > This information is saved into an RTF format file. When I later reload this > file into an RichView control and make the following call: > > RVData.GetItemTag(I), I get a returned value of 0 (nil) > > However the following call > > RVData.GetItemTextA(I) will return 'DisplayedText' as expected. > > Is there some option I am overlooking or what? | 
Powered by ABC Amber Outlook Express Converter