TDBSRichViewEdit.DataSource

<< Click to display table of contents >>

TDBSRichViewEdit.DataSource

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

property DataSource : TDataSource;

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

Use DataSource to link the TDBSRichViewEdit control to the dataset in which the data can be found. To fully specify database field for the TDBSRichViewEdit 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.