Documents
A collection of documents.
Documents Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the document with the specified index or name. |
| length |
Long |
read |
The number of documents in the collection. |
Documents Methods
| Method |
Returns |
Description |
| add |
Document |
Create a new document. |
| anyItem |
Object |
Returns any document. |
| firstItem |
Object |
Returns the first document. |
| itemByRange |
Objects |
Returns the documents within the specified range. |
| lastItem |
Object |
Returns the last document. |
| middleItem |
Object |
Returns the middle document. |
| nextItem |
Object |
Returns the next document. |
| previousItem |
Object |
Returns the previous document. |