FindByKey(ObjectKey: Integer): IMetabaseObjectControl;
FindByKey(ObjectKey: UInteger): Prognoz.Platform.Interop.Metabase.IMetabaseObjectControl;
ObjectKey. Nested object key.
The FindByKey method performs a search and returns parameters of nested object.
If the current object does not contain a nested object with the specified key, the method returns Null.
The example of use is given in description of the IMetabaseObjectControl.IsEmpty property.
See also: