StaFileDocuments Members
A file based documents collection that can hold more documents that StaDocuments.
| Functions | Description |
|---|---|
| Add | Add a document or doc collection to the collection. |
| LockDocument | Lock a document to prevent it from being unloaded. |
| New | Creates a new Statistica document. Return value: Object. |
| Open | Opens the specified file path as a Statistica document. Return value: Object. |
| OpenReadOnly | Opens the specified file path as a Statistica document. Return value: Object. |
| Remove | Remove a document from the collection. |
| Unload | Unload a document from memory, keeping the disk representation, by index or document. |
| UnlockDocument | UnLock a document that was locked so it can be unloaded if necessary. |
| Properties | Description |
|---|---|
| Application | Returns the application associated with the Statistica documents collection. Return value: Application. This property is read only. |
| Count | Returns the number of elements in the Statistica documents collection. Return value: Integer. This property is read only. |
| Item | Returns a single document in the Statistica documents collection. Return value: Object. This property is read only. |
| Name | Returns the name of a Statistica document. Return value: String. This property is read only. |
| Parent | Returns the application associated with the Statistica documents collection. Return value: Application. This property is read only. |
| QueueSize | The max number of loaded, open documents. Return/assignment value: Long. |
| Visible | Returns/sets the visibility of a Statistica document. Assignment value: Boolean. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
