HTML Editor Library
|
Occurs when the text for the editor may have changed.
Write an OnChange event handler to take specific action whenever the document may have changed. Use the Modified property to see if a change actually occurred. Note that HTML property will not reflect the changes. Use Doc.InnerHTML to get a current text.
property OnChange: TNotifyEvent;
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|