Objects
An independent collection of objects.
Objects Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Objects. |
| Item |
Object |
read |
Returns the Object with the specified index or name as Long or String. |
Objects Methods
| Method |
Returns |
Description |
| Add |
Nothing |
Add an object to the collection. |
| AnyItem |
Object |
Returns any Object. |
| FirstItem |
Object |
Returns the first Object. |
| ItemByID |
Object |
Returns the Object with the specified ID. |
| ItemByRange |
Objects |
Returns the Objects within the specified range. |
| LastItem |
Object |
Returns the last Object. |
| MiddleItem |
Object |
Returns the middle Object. |
| NextItem |
Object |
Returns the next Object. |
| PreviousItem |
Object |
Returns the previous Object. |
| Remove |
Nothing |
Remove an object from the collection. |
Previous post: ObjectStyle
Next post: NestedStyles