IRdsDictionaryElementData.Record

Syntax

Record: IOrmRecord;

Description

The Record property returns data of element attributes as an object described by the IOrmRecord interface.

Comments

Element attribute values are presented as an object described by the IOrmRecord interface, and are used on advanced search of dictionary elements. If it is assumed to read/change attribute values, use the following properties: AccessAttribute, Attribute, AttributeTranslation, Value, ValueTranslation or the SetAttributeValue method.

NOTE. Frequent addressing the value of the Record property may cause performance issues.

Example

The property use is given in the example for IRdsDictionaryElementsSearch.Condition.

See also:

IRdsDictionaryElementData