ISourceDataImportInfos.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the element with indexing settings.

Description

The Remove method removes settings by index and returns whether removal was successful.

Comments

The method returns True if indexing settings were removed and False if removal is impossible due to some reasons.

Example

The example of work with the ISourceDataImportInfos collection is given in description of the IImportExecutor.Import method.

See also:

ISourceDataImportInfos