getText()
Return the text in the field.
Parameters
Once an object field has been created, you can use the following function:
field.getText()
Returns
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The field's contents. |
Return the text in the field.
Once an object field has been created, you can use the following function:
field.getText()
return text
| Value | Type | Description |
|---|---|---|
| text | str |
The field's contents. |