FireDAC.Phys.IBBase.TFDIBSecurity.DisplayUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisplayUser;

C++

void __fastcall DisplayUser();

Properties

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

Description

Fetches the properties of an existing user from the InterBase or Firebird security database.

Use the DisplayUser method to fetch the properties of an existing user from the InterBase or Firebird security database. To describe a user, an application must specify AUserName.

After the DisplayUser call, the application can check the AXxxx properties for the user properties.

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

See Also