TDBSRichViewEdit.OnNewDocument

Top  Previous  Next

Occurs when creating or before loading document

property OnNewDocument: TNotifyEvent;

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

Occurs:

on creating new document (before displaying field from newly added record);

before loading document from the field.

Use this event to assign default values to properties (such as background, margins, styles).

 

See also:

OnLoadDocument.


ScaleRichView © Ilya Zelensky & Sergey Tkachenko