Books
A collection of books.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Book with the specified index.
→ Book
Creates a new book.
fullName
File
The full path name of the new book file, including the book file extension '.indb'.
withProperties?
Object
Initial values for properties of the new Book
Returns any Book in the collection.
Displays the number of elements in the Book.
Returns every Book in the collection.
Returns the first Book in the collection.
Returns the Book with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Book with the specified name.
→ Book[]
Returns the Books within the specified range.
from
Book | LongInteger | String
The Book, index, or name at the beginning of the range. Can accept: Book, Long Integer or String.
to
Book | LongInteger | String
The Book, index, or name at the end of the range. Can accept: Book, Long Integer or String.
Returns the last Book in the collection.
Returns the middle Book in the collection.
Returns the Book whose index follows the specified Book in the collection.
obj
Book
The Book whose index comes before the desired Book.
Returns the Book with the index previous to the specified index.
obj
Book
The index of the Book that follows the desired Book.
Generates a string which, if executed, will return the Book.
Object of 1
Properties elsewhere that hold a Books.