TCustomRichViewEdit.OnChange

<< Click to display table of contents >>

TCustomRichViewEdit.OnChange

Occurs when document is changed.

property OnChange: TNotifyEvent;

This event occurs when:

user edits document, or

calling any editstyle editing-style method, or

calling Change.

 

viewerstyle Viewer-style methods do not generate this event.

 

See also property:

Modified.