IMetabaseTreeCombo.SelectElemKey

Syntax

SelectElemKey(Key: Integer; [Focus: Boolean = False]);

Parameters

Key - key of repository object, for which the corresponding element of the component elements tree needs to be selected.

Focus - parameter, that determines whether this element is to be focused in component tree. The default parameter value passed is False, in such conditions the element is not to be focused. If the True value is passed, the element is to be focused in component tree.

Description

The SelectElemKey method selects the element, that corresponds to repository object having the Key key.

See also:

IMetabaseTreeCombo