Skip to content

Insert - DfBaseEdit

Inserts a string of text into the edit buffer at the current cursor location

Type: Procedure

Parameters

Parameter Type Description
sText String The text to be inserted

Syntax

Procedure Insert String sText

Call Example

Send Insert sText

Description

The Insert message inserts a string of text into the edit buffer at the current cursor location. The message is equivalent to multiple msg_keys, and is provided for speed.