Attribute(AttributeKey: Integer): Variant;
AttributeKey. Key of the attribute, by which you need to get value.
The Attribute property determines an element value by an attribute, which key is passed by the AttributeKey parameter.
By default only values of system attributes are available. To get values of system and custom attributes, set the IRdsDictionaryInstance.FetchAll property to True.
The property use is given in the example for IRdsDictionaryElements.CreateElementData.
See also: