IRdsLoaderBindings.FindByKey

Syntax

FindByKey(Key: Integer): IRdsBaseBinding;

Parameters

Key. Binding key.

Description

The FindByKey method find binding by the key passed in the Key parameter.

Comments

This method returns binding parameters if the search is successful, or Null if there is no binding with the specified key.

See also:

IRdsLoaderBindings