IMsTransformObjectList.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. Object key.

Description

The RemoveByKey method removes object from the collection by its key.

Comments

If the object is successfully removed, the method returns True, value of the IMsTransformObjectList.Count property decreases by one; otherwise it is False.

See also:

IMsTransformObjectList