<< Click to display table of contents >> TCustomRichView.OnLoadDocument |
Occurs after loading a document from a database field.
property OnLoadDocument: TNotifyEvent;
(introduced in v1.9)
This event occurs when loading a document from a database field:
▪linked using LiveBindings (Delphi XE2+, see Document property)
▪by TDBRichView and TDBRichViewEdit components
This event allows to preprocess the loaded document before displaying.
See also: