IMsDimIteratorStubs.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the data source to be removed.

Description

The Remove method removes a data source with the specified index.

Comments

When the data source is successfully removed, the method returns True, otherwise it returns False.

Data source indexing in the collection is continuous and starts with zero. To get the number of data sources in the collection, use the IMsDimIteratorStubs.Count property.

See also:

IMsDimIteratorStubs