IMetabaseListView.SelectedObjects

Fore Syntax

SelectedObjects: IMetabaseObjectDescriptors;

Fore.NET Syntax

SelectedObjects: Prognoz.Platform.Interop.ExtCtrls.IMetabaseObjectDescriptors;

Description

The SelectedObjects property returns a 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 lead to the IMetabaseListViewItem interface.

Fore and Fore.NET Examples

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

See also:

IMetabaseListView