
The Items object supports the following properties and methods:


| Name | Description | |||
| Add | Adds an Item object and returns a reference to the newly created object. | |||
| Clear | Removes all objects in a collection. | |||
| Count | Returns the number of objects in a collection. | |||
| Item | Returns a specific Item object giving its index or name. | |||
| Remove | Removes a specific member from the collection. | |||
| ToString | Loads or saves the Items collection using string representation. |