IDynamicInstance.DisplayValueByIdx

Fore Syntax

DisplayValueByIdx(Element: Integer; Attribute: Integer): Variant;

Fore.NET Syntax

DisplayValueByIdx[Element: uinteger; Attribute: integer]: object;

Parameters

Element. Index of dictionary element.

Attribute. Attribute index.

Description

The DisplayValueByIdx property determines displayed value of dictionary element attribute by attribute index.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance