Item(Index: Integer): IOrmSimpleAttr;
Item[Index: Integer]: Prognoz.Platform.Interop.Orm.IOrmSimpleAttr;
Index. Attribute index.
The Item property returns parameters of the specified attribute.
Attribute indexing is continuous and starts with zero. Use the IOrmSimpleAttrs.Count property to get the number of attributes.
The property use is given in the example for IOrmSimpleClass.Attrs.
See also: