...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetAggrByIndex (aggregateId : AGGREGATE OF GENERIC;
elementIndex : INTEGER;
VAR elementValue : GENERIC)
status : INTEGER;
|
The xpxGetAggrByIndex function reads the value of the specified element elementIndex (starting from one) in the persistent aggregate aggregateId and returns the value in the elementValue argument.
This function is equivalent to the EDMinterface function edmiGetAggrElement
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggregateId | comment |
INTEGER | elementIndex | |
GENERIC | elementValue |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|