InsertText
InsertText(sText$)
Insert text at the current cursor position
sText$ | String |
---|
Applies to: Grid , GridCell , KCMLEdit
Introduced in KCML version 6.90
InsertText(sText$)
Insert text at the current cursor position
sText$ | String |
---|
Applies to: Rich Edit
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$)