Hi.
I need present plain text from a blob field, in a dbgrid component (really, an small portion of every blob field).
It´s saved with rvf format.
Can anyone help me
Thank in advance.
Plain text from blob field with rvf format
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
You need to load this field in TRichView/TDBRichView component and then save as text.
For loading, you can either link TDBRichView to this field, or use TRichView.LoadRVFFromStream (see Demos\*\DB Demo\2 RichViewEdit)
For saving, you can, for example, use GetAllText from RVGetText unit (or from RVGetTextW unit, if you need Unicode text).
For loading, you can either link TDBRichView to this field, or use TRichView.LoadRVFFromStream (see Demos\*\DB Demo\2 RichViewEdit)
For saving, you can, for example, use GetAllText from RVGetText unit (or from RVGetTextW unit, if you need Unicode text).
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
If you download a trial version, it includes RVGetTextW.dcu.
Help on this unit: http://www.trichview.com/help/idh_rvgettext.html
Help on this unit: http://www.trichview.com/help/idh_rvgettext.html