BatchItems Object (IBatchItems Interface)
This object is a collection of batch items. Besides standard collection methods and properties, it contains the Find method that allows you to find the batch item in the collection, and a Move method for moving the item to a specified place in the collection.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | BatchItem, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Delete | Removes an element from the collection. |
Find | Searches for an element of the collection by its identifier. If not found, returns 0. |
Item | Provides access to a single element of the collection by its index in this collection. |
Move | Moves an item to the specified position in the collection. |
Related objects
See also
15.08.2023 13:19:30