Links
EControl Syntax Editor SDK
TSyntMemoStrings.OnChange Event

Occurs immediately after the text changes.

property OnChange: TTextChangedEvent;

This event is called whenever text is modified. 

Pos indicates position of changes. 

Count indicates number of characters inserted (Count > 0) or deleted (Count < 0) at position Pos. 

LineChange indicates changing of lines count.

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