IPrxDataSources.Item

Syntax

Item(Index: Integer): IPrxDataSource;

Parameters

Index. Data source index.

Description

The Item property returns the object that contains the data source, which index has been passed using the Index parameter.

Example

The example of use is given on the page with description of the IPrxDataSources.Count property.

See also:

IPrxDataSources