IRdsCompoundDictionarySources.FindByKey

Syntax

FindByKey(Key: Integer): IRdsCompoundDictionarySource;

Parameters

Key. Key of the data source in the collection, by which search is executed.

Description

The FindByKey method searches for the data source by its key in the collection.

Comments

The method returns the data source in case of successful search, and Null if the data source with the specified key is absent in the collection.

See also:

IRdsCompoundDictionarySources