IMetabaseUpdateKeyMap.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of removed collection element.

Description

The Remove method removes element from collection by its index.

Comments

Element indexation in collection is continuous and starts with zero.

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

See also:

IMetabaseUpdateKeyMap