TDBSRichViewEdit.DataField

<< Click to display table of contents >>

TDBSRichViewEdit.DataField

Specifies the field from which the TDBSRichViewEdit control displays data.

property DataField: string;

This property provides access to the RichViewEdit's property of the same name.

Use DataField to bind the TDBSRichViewEdit control to the field in the dataset. To fully specify database field, both the dataset and the field within that dataset must be defined. The DataSource property of the TDBSRichViewEdi control specifies the dataset which contains the DataField.