Contents - Index - Previous - Next


InsertMode property




Declaration
property InsertMode: Boolean;

Description

Indicates whether new text is inserted.

InsertMode controls the editor's insert mode. When true, newly typed text is inserted; when false, new text overwrites existing text.

Run-time only