...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetModelOpenMode (modelId : GENERIC;
VAR modelOpenMode : INTEGER)
status : INTEGER;
|
The xpxGetModelOpenMode function returns the actual open mode of the specified model modelId in the argument modelOpenMode. The actual open mode can be one of the following integer constants: xpxRO for open for read only, xpxRW for open for read and write, xpxERW for open for exclusive read/write operations in an edmServer implementation (in a standalone implementation, xpxERW is equal to xpxRW), xpxNOACCESS when the model is not open
Arguments
...
Type | Name | Comment |
GENERIC | modelId | A numeric modelID that uniquely identifies the model of interest in the EDMdatabase. |
INTEGER | modelOpenMode | Address of the variable that will receive the current open mode of the specified model. The possible returned values are:
|
...
|
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|