IMetabaseTreeList.SelectElemKey

Syntax

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

Parameters

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

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

Description

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

See also:

IMetabaseTreeList