IMetabaseListView.GetItemObject

Syntax

GetItemObject(Item: IMetabaseListViewItem): IMetabaseObjectDescriptor;

Parameters

Item. Component element.

Description

The GetItemObject method returns description of the repository object corresponding to the specified component element.

Comments

The list of the component elements can be obtained in the Items property. Each list element can be cast to the IMetabaseListViewItem interface. Other properties and methods returned by the IMetabaseListViewItem or IListViewItem type can be used.

Example

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

See also:

IMetabaseListView