xpfGetInstanceContainers
FUNCTION xpfGetInstanceContainers (currInst : GENERIC; options : INTEGER) instanceContainers : SET OF GENERIC;
The xpfGetInstanceContainers function returns the instance containers for the instance of interrest <currInst>. The instance containers are returned in the argument <instanceContainers>.
Arguments
Type | Name | Comment |
GENERIC | currInst | Â |
INTEGER | options | see below |
Return Value
Â
Type | Name | Comment |
SET OF GENERIC | instanceContainers | comments |
Options
Option | Comment |
xpxCONTAINER | comment |
xpxLOCK_CONTAINER | Â |
xpxMODEL_CONTAINER | Â |
xpxMODEL_LOCK_CONTAINER | Â |
xpxANY_CONTAINER | equals to  (xpxCONTAINER | xpxLOCK_CONTAINER | xpxMODEL_CONTAINER | xpxMODEL_LOCK_CONTAINER) |
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â