IRdsDictionaryElementData.Attribute

Syntax

Attribute(AttributeKey: Integer): Variant;

Parameters

AttributeKey. Key of the attribute, by which you need to get value.

Description

The Attribute property determines an element value by an attribute, which key is passed by the AttributeKey parameter.

Comments

By default only values of system attributes are available. To get values of system and custom attributes, set the IRdsDictionaryInstance.FetchAll property to True.

Example

The property use is given in the example for IRdsDictionaryElements.CreateElementData.

See also:

IRdsDictionaryElementData