IOrmRecord.FindAttribute

Fore Syntax

FindAttribute(AttributeName: String): Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IOrmRecord