TDBRichView.Field

<< Click to display table of contents >>

TDBRichView.Field

Indicates the TField object for the database field the TDBRichView control represents.

property Field : TField;

Read Field to get direct access to the content and properties of the database field.

If you use RVF (RichView Format), the database field must have binary BLOB type (i.e. must have ability to store arbitrary binary data, without conversion and filtering of characters).

Using memo is not recommended (and impossible if you want to save styles, controls, pictures and tables in binary mode, or use Unicode).

However, you can use memo fields:

to display text or RTF (Rich Text Format) fields,

to display text mode RVF  (that was saved with rvfoSaveBinary excluded from RVFOptions).