SelectedObjects: IMetabaseObjectDescriptors;
SelectedObjects: Prognoz.Platform.Interop.ExtCtrls.IMetabaseObjectDescriptors;
The SelectedObjects property returns a 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 lead to the IMetabaseListViewItem interface.
The property use is given in the example for IMetabaseListView.SelectElem.
See also: