TDBRichViewEdit.DataSource

<< Click to display table of contents >>

TDBRichViewEdit.DataSource

Links the TDBRichViewEdit control to the dataset that contains the field it represents.

property DataSource : TDataSource;

Use DataSource to link the TDBRichViewEdit control to the dataset in which the data can be found. To fully specify database field for the DBRichViewEdit control, both the dataset and  the field within that dataset must be defined. Use the DataField property to specify the particular field within the dataset.