IMetaAttributeGroupsSet.Remove

Syntax

Remove(Index: Integer):Boolean;

Parameters

Index. Index of removed element.

Description

The Remove method removes a specified element from a collection.

Comments

If the method returns True, the element is removed successfully.

Indexation of elements in the collection is continuous and starts with zero. The IMetaAttributeGroupsSet.Count property returns the number of elements in the collection.

See also:

IMetaAttributeGroupsSet