IMetabaseTreeCombo.FindItemByKey

Syntax

FindItemByKey(Key: Integer): IMetabaseTreeListNode;

Parameters

Key. Repository object key, for which one should find the corresponding element in the component tree.

Description

The FindItemByKey method searches for the component tree node that corresponds to the repository object, which key is passed using the Key parameter. In case of a successful search the method returns the found node parameters, otherwise it returns Null.

See also:

IMetabaseTreeCombo