IDynamicInstance.DisplayValueById

Fore Syntax

DisplayValueById(Element: Integer; AttributeId: String): Variant;

Fore.NET Syntax

DisplayValueById[Element: uinteger; AttributeId: string]: object;

Parameters

Element. Index of dictionary element.

AttributeId. Attribute identifier.

Description

The DisplayValueById property determines displayed value of dictionary element attribute by attribute identifier.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance