MapIterator.find Method [AX 2012]

Searches for the specified key value.

public boolean find(anytype value)

Run On

Called

Parameters

value
Type: anytype
The value for which to search.

Return Value

Type: boolean
true if the value is found; otherwise, false.

If true is returned, the method will position the iterator at the element. If not, the MapIterator.more methodwill return false.

Community Additions

ADD
Show: