SelectedObjects: IMetabaseObjectDescriptors;
The SelectedObjects property returns the collection of descriptions for objects selected in the component list.
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.
The property use is given in the example for IMetabaseListView.SelectElem.
See also: