TDBRichEdit
Description
Represents a multiline edit control that can display and edit a rich text memo field in a dataset.
Remarks
Use a TDBRichEdit object to enable users to edit a database field in a rich text edit control. TDBRichEdit provides the properties and methods to enter and work with rich text.
If the database field does not include text formatting information, consider using a TDBMemo object or a TDBEdit object instead. If the application does not require the data-aware capabilities of TDBRichEdit, use a rich text edit control (TRichEdit) instead.
General Data-Aware Control Properties
Property DataField: String (R/W)
Property DataSource: TDataSource (R/W)
Property ReadOnly: Boolean (R/W)