HasAccess(Element: Integer; Attribute: RdsAccessAttribute): Boolean;
Element. Key of the element that must be checked for the permissions on the access type defined in the Attribute parameter.
Attribute. The type of access attribute that determines permissions, which existence is necessary to check for a current user.
The HasAccess property returns whether current user has access permissions.
Available values:
True. The user has permissions for the defined element.
False. The user does not have permissions for the defined element.
See also: