xpfTestAggrByIndex
FUNCTION xpfTestAggrByIndex (aggrId : AGGREGATE OF GENERIC; elementIndex : INTEGER) isValueSet : BOOLEAN;
The xpfTestAggrByIndex function returns TRUE 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.
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
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â