IMetabaseObjectDescriptorList

Assembly: ExtCtrls;

Description

The IMetabaseObjectDescriptorList interface contains properties that are used to work with the collection of object descriptions obtained as the result of work of the dialog box for opening or saving repository objects.

Inheritance Hierarchy

IMetabaseObjectDescriptorList

Comments

The collection of objects selected in the dialog box is returned by the IMetabaseDialog.Objects property.

Properties

  Property name Brief description
Count The Count property returns the number of collection elements.
Item The Item property returns description of repository object with the specified index.

See also:

ExtCtrls Assembly Interfaces