GetItemObject(Item: IMetabaseListViewItem): IMetabaseObjectDescriptor;
GetItemObject(Item: Prognoz.Platform.Interop.ExtCtrls.IMetabaseListViewItem): Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;
Item. Component element.
The GetItemObject method returns description of the repository object corresponding to the specified component element.
The list of the component elements can be obtained in the Items property. Each list element can be lead to the IMetabaseListViewItem interface. Other properties and methods returned by the IMetabaseListViewItem or IListViewItem type can be used.
The method use is given in the example for IMetabaseListView.SelectElem.
See also: