Shows the Users dialog.
[ bVerified = ] Object.ShowUsersDialog( [, hParent] )
The ShowUsersDialog method syntax has the following parts:
Name |
Type |
Description |
Object |
AUsers |
AUsers object |
hParent |
Val AHandle |
Handle to the parent wnd |
bVerified |
Bool |
A boolean expression that specifies whether the user account was successfullly accessed. |
bVerified can be one of the following:
Value |
Description |
True * |
The user account was successfullly accessed. |
False |
The user account was not accessed. |
This procedure puts up the AUsers dialog for the system administrator only. The dialog lets a system administrator manage its users' accounts, that is, the administrator can add a user, delete a user, and modify a user. It also allows changing its properties, for example, the minimum length of the user's password.
The following example will show the Users dialog:
users.ShowUsersDialog()
Login, ShowChangePasswordDialog, ShowLoginDialog, UseLoginDialog