IMetabaseListView.SelectedObjects

Syntax

SelectedObjects: IMetabaseObjectDescriptors;

Description

The SelectedObjects property returns the collection of descriptions for objects selected in the component list.

Comments

The full list of objects displayed currently in the component can be obtained in the Items property. Each list element can be cast to the IMetabaseListViewItem interface.

Example

The property use is given in the example for IMetabaseListView.SelectElem.

See also:

IMetabaseListView