EditableIF.setText

Sets the text in the editable to the given value.

This is replacing the current contents.

interface EditableIF
void
setText
(
string text
)

Parameters

text string

the text to set

Meta