IOrmSimpleAttrs.Item

Syntax

Item(Index: Integer): IOrmSimpleAttr;

Parameters

Index. Attribute index.

Description

The Item property returns parameters of the specified attribute.

Comments

Attribute indexing is continuous and starts with zero. Use the IOrmSimpleAttrs.Count property to get the number of attributes.

Example

The property use is given in the example for IOrmSimpleClass.Attrs.

See also:

IOrmSimpleAttrs