IAdhocReportExportSources.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed element.

Description

The Remove method removes the specified element from the collection.

Comments

Indexing of elements is continuous and starts with zero. To get the number of elements in the collection, use the IAdhocReportExportSources.Count property.

If the removal is successful, the method returns True, otherwise False.

See also:

IAdhocReportExportSources