|
|
Books
A collection of books.
Books Properties
|
Property
|
Type
|
Access
|
Description
|
|
Count
|
Long
|
read
|
The number of Books.
|
|
Item
|
Object
|
read
|
Returns the Book with the specified index or name as Long or String.
|
Books Methods
|
Method
|
Returns
|
Description
|
|
Add
|
Book
|
Create a new book.
|
|
AnyItem
|
Object
|
Returns any Book.
|
|
FirstItem
|
Object
|
Returns the first Book.
|
|
ItemByRange
|
Objects
|
Returns the Books within the specified range.
|
|
LastItem
|
Object
|
Returns the last Book.
|
|
MiddleItem
|
Object
|
Returns the middle Book.
|
|
NextItem
|
Object
|
Returns the next Book.
|
|
PreviousItem
|
Object
|
Returns the previous Book.
|
|
|
|
|