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:
 
xpfTestAggrByIndex (aggrId       : AGGREGATE OF GENERIC;
                    elementIndex : INTEGER)                     isValueSet   : BOOLEAN;
 
The xpfTestAggrByIndex function returns TRUE in the argument <isValueSet> when the specified ARRAY element, as specified by the arguments <aggrId> and <elementIndex>, has an assigned value, else FALSE is returned. This operation is applicable for ARRAY aggregates only. The legal index range for ARRAY is as found in the actual ARRAY declaration in the related EXPRESS schema.
This operation is only applicable for ARRAY aggregates.
The model that holds the actual aggregate must be open before this function can be successfully performed.
This function is equivalent to the EDMinterface function sdaiTestAggrByIndex.
See also xpxTestAggrByIndex and xpfTestAggrByIterator.

  • No labels