Movies
A collection of movies.
Movies Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Movies. |
| Item |
Object |
read |
Returns the Movie with the specified index or name as Long or String. |
Movies Methods
| Method |
Returns |
Description |
| Add |
Movie |
Create a new Movie. |
| AnyItem |
Object |
Returns any Movie. |
| FirstItem |
Object |
Returns the first Movie. |
| ItemByID |
Object |
Returns the Movie with the specified ID. |
| ItemByRange |
Objects |
Returns the Movies within the specified range. |
| LastItem |
Object |
Returns the last Movie. |
| MiddleItem |
Object |
Returns the middle Movie. |
| NextItem |
Object |
Returns the next Movie. |
| PreviousItem |
Object |
Returns the previous Movie. |
Previous post: NestedStyle
Next post: MovieBehaviors