SYNTAX:
xpxCreateIterator (aggregateId : AGGREGATE OF GENERIC, VAR iteratorId : GENERIC)
status : INTEGER;
The xpxCreateIterator function creates an iterator connected to the specified persistent aggregate aggregateId. The identifier of the created iterator is returned in the iteratorId argument.
This function is equivalent to the EDMinterface function sdaiCreateIterator
General
Content
Integrations