<< Click to display table of contents >> TSRichViewEdit.Document |
Allows linking this TSRichViewEdit component to a database field (Delphi XE2+)
property Document: TRVDocumentProperty;
You can use LiveBindings to link this property to a dataset field of TBlobField type.
This is an alternative way of using ScaleRichView components to view and edit database fields. Another ways is using TDBSRichViewEdit components.
This property contains sub-properties controlling this linking.
Important note: in order to link Document to TBlobField, DBRV unit must be included in the project (add it in "uses").
Note: while this property is available in TDBSRichViewEdit as well, it's highly recommended to use LiveBindings only for TSRichViewEdit.