EditableT.setText

Sets the text in the editable to the given value.

This is replacing the current contents.

template EditableT(TStruct)
void
setText
(
string text
)

Parameters

text string

the text to set

Meta