FindByKey(Key: Integer): IDbClass;
Key is a key by which the search is performed.
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: