TextsCollection Object (ITextsCollection Interface)
This object represents a collection of the Text objects.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | Text | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Add | Adds a new element at the end of the collection. |
DeleteAt | Removes an element from the collection. |
DeleteAll | Removes all the elements from the collection. |
Item | Provides access to a single element of the collection. |
Output parameter
This collection is the output parameter of the CreateTextsCollection method of the Engine object and the GetTextsFromCache method of the Page object.
See also
15.08.2023 13:19:30