I'm trying to save hyperlink information into a mysql database using TDBRichViewEdit.
First I used the sourcecode of the "CreateHyperlinks"-Demo, then I used the following line:
Code: Select all
rve.AddNLTag('Hyperlink example', 3, -1, Integer(StrNew('http://www.trichview.com')));
The main difference to the demo was, that I set FieldFormat to "rvdbRTF", because I want to save the data in Rtf-Format.
So how can I do that? Any suggestions or is it just not possible to store hyperlink Infos with this component in RTF-Format?
Thanks
Tom
(TRichViewEdit v10.4, Delphi 2006, WindowsVista)