IMetabaseListView.FindItemByKey

Syntax

FindItemByKey(Key: Integer): IMetabaseListViewItem;

Parameters

Key. Repository object key that is used to find the element in the component.

Description

The FindItemByKey method searches for a component element based on a repository object key.

Comments

If search was successful, the method returns component element. If element is not found, the method returns Null.

See also:

IMetabaseListView