IDbClasses.FindByKey

Syntax

FindByKey(Key: Integer): IDbClass;

Parameters

Key. Class key, by which search is executed.

Description

The FindByKey method searches for and returns information about the object class, which key is sent by an input parameter.

Comments

If the object with the specified key is not found, the method returns Null.

See also:

IDbClasses