Links
EControl Syntax Editor SDK
ecMemoStrings.TTextOperation Enumeration

Specifies operation saved in Undo buffer.

TTextOperation = (
  toInsert,
  toDelete,
  toMoveCursor
);

ecMemoStrings

Members 
Description 
toInsert 
Text was inserted. 
toDelete 
Text was deleted. 
toMoveCursor 
Position of caret was changed. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!