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