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 attribute of successful removing.

Comments

The method returns True, if indexing settings were removed False, if removing 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