Contains all standard text fields in a Text Control document or part of the document.
TextFieldCollection Introduced: X18.
| Method | Description |
|---|---|
| add | Adds a new Text |
| add |
Adds a new Text |
| clear | Removes all text fields from a Text Control document. |
| element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
| for |
Executes a callback function for each element.
(Inherited from Collection) |
| get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
| get |
Gets the text field at the current text input position or the text field with the specified id. |
| remove | Removes the text field from the Text Control document. |