IDatasetInstanceFields.FindByKey

Syntax

FindByKey(Key: Integer): IDatasetInstanceField;

Parameters

Key is field key.

Description

The FindByKey method searches data source field by key. The key, by which search is performed, is passed by the Key parameter.

See also:

IDatasetInstanceFields