IDimAttributeInstance.DisplayValue

Syntax

DisplayValue(Element: Integer): Variant;

Parameters

Element - dictionary element index.

Description

The DisplayValue property returns displayed value of the current attribute for selected element.

Comments

If links are used in MDM dictionaries, displayed attribute values used to establish links, may have data type that does not match type of attribute data. Type of displayed data depends on selected  display format. Using this property, you can get value displayed at opening the dictionary.

Example

The property use is given in the example for the DisplayDifferentValue property.

See also:

IDimAttributeInstance