IMetabaseUpdateRemappings.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: uinteger;

Description

The Count property returns the number of collection elements.

Comments

To get collection element, use the IMetabaseUpdateRemappings.Item property.

Fore and Fore.NET Examples

The property use is given in the example for IMetabaseUpdateContext.RegisterKeyChangeO.

See also:

IMetabaseUpdateRemappings