<< Click to display table of contents >> TDBSRichViewEdit |
TDBSRichViewEdit is a word processing component linked to a database field.
Unit DBSRVE.
Syntax
TDBSRichViewEdit = class(TSRichViewEdit);
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
Use a TDBSRichViewEdit object to enable users to edit a database field in a word processing control.
If the application doesn’t require the data-aware capabilities of TDBSRichViewEdit, use a TSRichViewEdit component instead, to conserve system resources.
Alternative way: use LiveBindings to link TSRichViewEdit.Document to a database field.
TDBSRichViewEdit overrides RichViewEdit and ExternalRV properties of TSRichViewEdit. They have the same meaning, but TDBRichViewEdit type.
Other properties and events provide access to properties and events of RichViewEdit.