setText()
Set the text in the field.
textfield.setText(text)
Parameters
textfield.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new contents of the field. |
Set the text in the field.
textfield.setText(text)
textfield.setText(text)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
required | The new contents of the field. |