IABACAttributes.FindByKey

Syntax

FindByKey(Key: Integer): IABACAttribute;

Parameters

Key. Attribute key.

Description

The FindByKey method searches for an attribute in the collection by key.

Comments

To determine an attribute key, use the IABACAttribute.Key property.

See also:

IABACAttributes