Methods
| Method | Description |
|---|---|
Add( value : Object, [optional] position : int ) | Inserts a new value element into the text in the specified position. If the position is not set, the value is added to the end of the text. The value parameter can be a character, a string, an ICharacterParams object, or an ICharactersParams object. Characters or text can be copied from other fields with preserved layout and highlighting. If character regions are larger than the region of a new field, they are not copied. |
Delete( index : int, count : Variant ) | Deletes an element by its index in the collection. The count parameter sets the number of characters to be deleted. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Count | int | Read-only | Number of objects in the collection. |
