-
add( |
fullName [, withProperties]) |
→ 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 (Optional)
|
-
-
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
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Book with the specified name.
-
itemByRange( |
from, to) |
→ Book |
-
Returns the Books within the specified range.
from
|
The Book, index, or name at the beginning of the range. Can accept: Book, Long Integer or String.
|
to
|
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.
|
-
previousItem( |
obj) |
→ 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.