ICubeMetaUpdateAdditionalObjects.Count

Syntax

Count: Integer;

Description

The Count property returns the number of objects in the collection.

Comments

Collection capacity is the number of elements the collection can contain. The Count property is the number of variables actually contained in the collection.

Capacity always exceeds or equals to the Count property value. If capacity of the Count property is exceeded when a new style is added to the collection, the capacity automatically increases.

Example

The property use is given in the example for ICubeMetaUpdateAdditionalObjects.Item.

See also:

ICubeMetaUpdateAdditionalObjects