IOrmSimpleAttrs.Item

Fore Syntax

Item(Index: Integer): IOrmSimpleAttr;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Orm.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.

Fore and Fore.NET Examples

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

See also:

IOrmSimpleAttrs