Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The IMetabaseObjectDescriptorList interface contains properties used to work with the collection of object descriptions obtained as the result of work of the dialog of opening or saving repository objects.
IMetabaseObjectDescriptorList
The collection of objects selected in the dialog box is returned by the IMetabaseDialog.Objects property.
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: