...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfOpenRepository (repositoryId : GENERIC;
openMode : INTEGER)
repositoryId : GENERIC;
|
The xpfOpenRepository function opens the specified repository <repositoryId> in the specified open mode <openMode>, and returns an identifier of the open repository <repositoryId> or a zero when the function fails .
Arguments
...
Type | Name | Comment |
GENERIC | repositoryId | Unique id of the repository within the EDMdatabase |
INTEGER | openMode | |
Access modes | Description | |
xpxRO | The legal access modes are: |
...
|
|
...
Return Value
...
Type | Name | Comment |
GENERIC | repositoryId | identifier of the open repository or a zero when the function fails |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|