IMetabaseUpdateKeyMap.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed collection element.

Description

The Remove method removes element from the collection by its index.

Comments

Element indexing in the collection is continuous and starts with zero.

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

See also:

IMetabaseUpdateKeyMap