IMetabaseCustomClasses.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseCustomClass;

Parameters

Key is a class key.

Description

The FindByKey method searches for a class in the collection by its key.

Comments

In case of successful search, the method returns parameters of a user class, otherwise it returns Null.

See also:

IMetabaseCustomClasses