InsertText

[method icon] InsertText(sText$)

Insert text at the current cursor position

sText$ String

Applies to: Grid , GridCell , KCMLEdit

Introduced in KCML version 6.90


[method icon] InsertText(sText$)

Insert text at the current cursor position

sText$ String

Applies to: Rich Edit


>

InsertText

Str      Text string to be inserted

This method is used to insert the specified text at the current cursor position. For example:

.rtfControl1.InsertText(MyText$)

See also

Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events. Rich Edit methods, properties and events.