Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
AGGREGATE OF GENERICaggrIdAggregate instance
INTEGERelementIndexThe element to be checked

Return Value

...

 

TypeNameComment
BOOLEANisValueSetTRUE if the element defined by <aggrId> and <elementIndex> has an assigned value, else FALSE

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"