IOrmRecord.FindAttribute

Syntax

FindAttribute(AttributeName: String): Integer;

Parameters

AttributeName. Attribute identifier.

Description

The FindAttribute method returns index of the specified attribute.

Comments

If the attribute with the specified identifier is missing, the method returns the "-1" value.

Example

The method use is given in the example for IOrmRecord.AttributeValue.

See also:

IOrmRecord