A collection of stories.
Stories Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Count | Long | read | The number of Stories. |
| Item | Object | read | Returns the Story with the specified index or name as Long or String. |
Stories Methods
| Method | Returns | Description |
|---|---|---|
| AnyItem | Object | Returns any Story. |
| FirstItem | Object | Returns the first Story. |
| ItemByID | Object | Returns the Story with the specified ID. |
| ItemByRange | Objects | Returns the Stories within the specified range. |
| LastItem | Object | Returns the last Story. |
| MiddleItem | Object | Returns the middle Story. |
| NextItem | Object | Returns the next Story. |
| PreviousItem | Object | Returns the previous Story. |