What it does
A collection of ICharacterParams objects.Methods
Definition | 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 text. Note: The value parameter can be a character, a string, an ICharacterParams object or an ICharactersParams object. Thus characters or text can be copied from other fields with preserved layout and highlighting. If characters 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. Note: 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. |
