You are here: Symbol Reference > htmledit Namespace > Classes > THtmlEditor Class > THtmlEditor Properties > THtmlEditor.OnChange Property
HTML Editor Library
ContentsIndexHome
PreviousUpNext
THtmlEditor.OnChange Property

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.  

 

Pascal
property OnChange: TNotifyEvent;
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!