FireDAC.Phys.IBBase.TFDIBSecurity.DeleteUser

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBSecurity

Delphi

procedure DeleteUser;

C++

void __fastcall DeleteUser();

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