| AfterLoadText Event |
Applies to
TWPRichText
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
This event is triggered after text was loaded using LoadFromStrea, AsString or LoadFromFile. It will also be triggered if text was inserted or pasted! This event can be used to preprocess the loaded text, for example to set protection markers.
Category
Load and Save
|
Copyright (C) by WP |