RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBServices.TSecurityAction Enumeration

TSecurityAction indicates what operation the InterBase security service should perform.

Pascal
TSecurityAction = (
  ActionAddUser,
  ActionDeleteUser,
  ActionModifyUser,
  ActionDisplayUser
);
C++
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!