IMetabaseListView.FindItemByKey

Fore Syntax

FindItemByKey(Key: Integer): IMetabaseListViewItem;

Fore.NET Syntax

FindItemByKey(Key: UInteger): Prognoz.Platform.Interop.ExtCtrls.IMetabaseListViewItem;

Parameters

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

Description

The FindItemByKey method searches for a component element basing 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