EditableTextIF.cutText

Copy text from @start_pos up to, but not including @end_pos to the clipboard and then delete from the widget.

interface EditableTextIF
void
cutText
(,
int endPos
)

Parameters

startPos int

start position

endPos int

end position

Meta