SelectionStart
start = fTextEditor->SelectionStart();
int32 start = fTextEditor->SelectionStart();
Remove(SelectionStart(), SelectionLength());
Remove(SelectionStart(), SelectionLength());
Replace(SelectionStart(), SelectionLength(), text);
return SelectionEnd() - SelectionStart();
int32 SelectionStart() const;