Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
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.
This function is equivalent to the EDMinterface function edmiGetModelOpenMode
See also xpfGetModelOpenMode.

  • No labels