...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxTestAggrByIndex (aggrId : AGGREGATE OF GENERIC;
elementIndex : INTEGER;
VAR isSet : BOOLEAN)
status : INTEGER;
|
The xpxTestAggrByIndex function returns TRUE in the isSet argument if the specified element elementIndex (starting from one) in the persistent aggregate aggrId has a value assigned, else FALSE will be returned in the isSet argument.
This function is equivalent to the EDMinterface function sdaiTestAggrByIndex
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrId | comment |
INTEGER | elementIndex | |
BOOLEAN | isSet |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|