Database update help

General TRichView support forum. Please post your questions here
Post Reply
rferriz
Posts: 2
Joined: Tue Apr 10, 2012 10:05 am

Database update help

Post by rferriz »

Hello all!

Currently I was using a control TDBMemo (delphi) to store some data. Now I changed that TDBMemo with TDBRichEdit. But I do not want lost all data that was introduced on that table field (when that control still was a TDBMemo).
What can I do to 'update' fields content?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's not necessary to update it. TDBRichViewEdit can read not only RVF, but also RTF and a plain text from a field.
Post Reply