FireDAC.Phys.IBBase.TFDIBSecurity.DisplayUser

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 DisplayUser;

C++

void __fastcall DisplayUser();

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