FireDAC.Phys.IBBase.TFDIBSecurity.DeleteUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteUser;

C++

void __fastcall DeleteUser();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

Deletes an existing user from the InterBase or Firebird security database.

Use the DeleteUser method to delete an existing user from the InterBase or Firebird security database. To delete a user, an application must specify AUserName.

When an InterBase database has EUA enabled, then the EUADatabase property must be specified.

See Also