...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxProtectInstance (currInst : GENERIC;
protection : INTEGER)
status : INTEGER;
|
The xpxProtectInstance function defines access rights to the specified instance. The available access rights are read, write, or none. Write access implies read access.
Arguments
...
Type | Name | Comment |
GENERIC | currInst |
...
A numeric instanceID that uniquely identifies a protected instance in the EDMdatabase. This may be any protected instance in the database such as e.g repositories and models. | ||
INTEGER | protection | Specifies the protection to be set for the specified protected instance. The value should be a bitwise OR of any combination of the symbols listed below. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|