| |
ItemCollection - collection of objects of class
Item.
| ItemCollection |
 | Count([Class]) |
 | Exists(Class, ID) |
 | Item(Class, ID) |
 | ItemByIndex(Index) |
Properties
| Name |
Data Type |
Parameters |
Comments |
| Count |
Long (Read-only) |
[Class] |
If class specified, returns number of Items of the specified class,
otherwise, total count.
|
| Item (Default) |
Item (Read-only) |
Class, ID |
Returns Item from the collection. |
| ItemByIndex |
Item (Read-only) |
Index |
Returns Item from the collection by its index. |
Methods
| Name |
Return Value |
Parameters |
Comments |
| Exists |
Boolean |
Class, ID |
|
|