Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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

  • No labels