IDynamicInstance.DisplayValue

Fore Syntax

DisplayValue(Element: Integer; Attribute: IDimAttributeInstance): Variant;

Fore.NET Syntax

DisplayValue[Element: uinteger; Attribute: Prognoz.Platform.Interop.Dimensions.IDimAttributeInstance]: object;

Parameters

Element. Index of dictionary element.

Attribute. Dictionary attribute.

Description

The DisplayValue property determines displayed value of dictionary element attribute.

Fore and Fore.NET Examples

The property use is given in the example for IDynamicInstance.AttributeValue.

See also:

IDynamicInstance