...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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 if the element defined by <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.
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrId | Aggregate instance |
INTEGER | elementIndex | The element to be checked |
Return Value
...
Type | Name | Comment |
BOOLEAN | isValueSet | TRUE if the element defined by <aggrId> and <elementIndex> has an assigned value, else FALSE |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|