SYNTAX:
xpfTestAggrByIterator (iteratorId : GENERIC)
isValueSet : BOOLEAN;
The xpfTestAggrByIterator function checks if the ARRAY element pointed to by the specified iterator, <iteratorId> is set (has a valid value) or unset (indeterminate).
The function returns TRUE when the specified ARRAY element has an assigned value, else FALSE is returned in the argument <isValueSet>.
This function is equivalent to the EDMinterface function edmiTestAggrByIterator.
See also xpxTestAggrByIterator and xpfTestAggrByIndex.
General
Content
Integrations