TSRichViewEdit.OnLoadDocument

<< Click to display table of contents >>

TSRichViewEdit.OnLoadDocument

Occurs after loading document from the database field

property OnLoadDocument: TNotifyEvent;

See the event of the same name in the TRichView help file (event of TRichView).

This event allows to preprocess the loaded document before displaying.

This event may be called:

in TDBSRichViewEdit

if Document is linked to a database field using LiveBindings

See also:

OnNewDocument