IVirtualCubeCompounds.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key. Key of composite structure.

Description

The RemoveByKey method removes composite structure from the collection by its key.

Comments

If structure removal completed successfully, the method returns True, value of the IVirtualCubeCompounds.Count property is decreased by one; otherwise - False.

Example

The property use is given in the example for IVirtualCubeCompounds.Predefined.

See also:

IVirtualCubeCompounds