The following tables list the members exposed by DataObjectCollection.
Public Constructors
Public Properties
| Name | Description |
| IncludeAll | If True, any Data Object in the system that is not included in the DataObjectCollection will be available in the interface. If False, only the Data Objects in the collection will be available in the interface.
If True and there are no objects in the collection, then there is no restriction on data objects in the user interface. If False with no objects in the collection, no objects will be available and the Data Pane will be empty. |
Top
Public Methods
| Name | Description |
| GetDataObject | Returns a DataObject object from the collection designated by the dataObjectName argument. |
| NewDataObject | Create and return a new DataObject object and add it to the collection. The new DataObject object is created with the default DataObject constructor. The Name Property of the object should be set right away to make it meaningful. |
Top
See Also