IDynamicInstance.DisplayValueByKey

Fore Syntax

DisplayValueByKey(Element: Integer; AttributeKey: Integer): Variant;

Fore.NET Syntax

DisplayValueByKey[Element: uinteger; AttributeKey: uinteger]: object;

Parameters

Element. Index of dictionary element.

AttributeKey. Attribute key.

Description

The DisplayValueByKey property determines displayed value of dictionary element attribute by attribute key.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance