IRdsAttributesList.FindByKey

Syntax

FindByKey(Key: Integer): IRdsAttribute;

Parameters

Key - attribute key.

Description

The FindByKey method searches attribute in the collection by its key and returns its parameters if the search is successful.

Comments

This method returns Null if attribute is not found.

See also:

IRdsAttributesList