IBX.IBServices.TSecurityAction
Delphi
TSecurityAction = (ActionAddUser, ActionDeleteUser, ActionModifyUser, ActionDisplayUser);
C++
enum DECLSPEC_DENUM TSecurityAction : unsigned char { ActionAddUser, ActionDeleteUser, ActionModifyUser, ActionDisplayUser };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Description
TSecurityAction indicates what operation the InterBase security service should perform.
TSecurityAction values are:
|
ActionAddUser |
Add the user |
|
ActionDeleteUser |
Delete the user |
|
ActionDisplayUser |
Display the user's information |
|
ActionModifyUser |
Modify the user account |