EditableTextT.insertText

Insert text at a given position.

template EditableTextT()
override
void
insertText
(
string string_
,
int length
,
ref int position
)

Parameters

string_ string

the text to insert

length int

the length of text to insert, in bytes

position int

The caller initializes this to the position at which to insert the text. After the call it points at the position after the newly inserted text.