|
|
Books
A collection of books.
Books Properties
|
Property
|
Type
|
Access
|
Description
|
|
item
|
Object
|
read
|
Returns the book with the specified index or name.
|
|
length
|
Long
|
read
|
The number of books in the collection.
|
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.
|
|
|
|