%GetAccessLevel function
Related pages:
INT %GetAccessLevel( HBJ in objectRef [, HBJ in accessingObjectRef] )
The return values are expressed by the values of the predefined
local variables:
_ACC_NONE - no access (0)
_ACC_READ - read level access (1)
_ACC_CONTROL - access to set value (control)
(2)
_ACC_MODIFY - configuration access (3)
The values are increasing together with access rights.
If the access level is _ACC_CONTROL, then the access
levels _ACC_READ is available
automatically.
If the access is level _ACC_MODIFY, then the accesses
levels _ACC_CONTROL and
_ACC_READ are automatically available.
Related pages:
Pridať komentár