IDbClasses.FindByKey

Syntax

FindByKey(Key: Integer): IDbClass;

Parameters

Key is a key by which the search is performed.

Description

The FindByKey method searches and returns the information about the object class, the key of which is passed by the Key parameter. If the object class with the specified key was not found, the method returns Null.

See also:

IDbClasses