IMetabaseObjectControlInfo.FindByKey

Syntax

FindByKey(ObjectKey: Integer): IMetabaseObjectControl;

Parameters

ObjectKey. Nested object key.

Description

The FindByKey method performs a search and returns parameters of nested object.

Comments

If the current object does not contain a nested object with the specified key, the method returns Null.

Example

The example of use is given in description of the IMetabaseObjectControl.IsEmpty property.

See also:

IMetabaseObjectControlInfo