|
RAD Studio VCL Reference
|
TSecurityAction indicates what operation the InterBase security service should perform.
TSecurityAction = ( ActionAddUser, ActionDeleteUser, ActionModifyUser, ActionDisplayUser );
enum TSecurityAction { ActionAddUser, ActionDeleteUser, ActionModifyUser, ActionDisplayUser };
TSecurityAction values are:
|
ActionAddUser |
Add the user |
|
ActionDeleteUser |
Delete the user |
|
ActionDisplayUser |
Display the user's information |
|
ActionModifyUser |
Modify the user account |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|