Indicates whether the current user has access to the application. For example, this method returns FALSE if the administrator has disabled connections for the user.
Syntax
<HsvSystemInfo>.CheckAccess pvbHasAccess
Argument | Description |
---|
pvbHasAccess | Boolean. Indicates whether the user has access to the application represented by the HsvSession object from which the HsvSystemInfo object reference was obtained. Returns TRUE if the user has access, FALSE otherwise. |