Struct.valueImage Method [AX 2012]

Returns a string that describes the value of the item at a particular position in the struct.

public str valueImage(int index)

Run On

Called

Parameters

index
Type: int
The position of the item that you want to return a description for.

Return Value

Type: str
A string that describes the value of the item.

The items in a struct are in alphabetical order according to the names of the items. If there is no item at the position specified by index, an exception is raised.

Community Additions

ADD
Show: