Links
EControl Syntax Editor SDK
TSyntaxMemo.ReplaceMode Property

Specifies how user text input must be inserted in the editor text.

property ReplaceMode: Boolean;

If ReplaceMode is disabled, the text is inserted at the cursor without overwriting existing text. If ReplaceMode is enabled, text at the cursor is overwritten. (Use the Ins key to toggle Insert Mode in the Code editor without changing this default setting.)

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