IMetabaseListView.SelectElemKey

Fore Syntax

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

Fore.NET Syntax

SelectElemKey(Key: UInteger, Focus: Boolean);

Parameters

Object. Repository object key.

Focus. Indicates whether to focus element.

Description

The SelectElemKey method selects the a component element corresponding to a repository object with the specified key.

See also:

IMetabaseListView