IDataSourceCollection

 
The IDataSourceCollection is an array for storing DataSource objects.
 

Methods

 
Adds a DataSource object to the DataSourceCollection
Gets the DataSource object by its Index from the DataSourceCollection
Deletes the DataSource object by its Index from the DataSourceCollection.
 

Properties

 
Returns the number of DataSource objects in DataSourceCollection.
 

Remarks

 
Objects represent any kind of object in eXpress. This ranges from Annotations which have no ports, to Hierarchical Objects which also have file references.
 

See Also