Links
EControl Syntax Editor SDK
TCustomSyntaxMemo.OnChange Event

Occurs when the text for the syntax memo changes.

property OnChange: TNotifyEvent;

Write an OnChange event handler to take specific action whenever the text for the syntax memo may have changed. Use the Modified property to see if a change actually occurred. The Lines property of the memo will already be updated to reflect any changes.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!