FireDAC.Phys.IBBase.TFDIBSecurity.DisplayUsers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisplayUsers;

C++

void __fastcall DisplayUsers();

Properties

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

Description

Fetches a list of all the users from the InterBase or Firebird security database.

Use the DisplayUsers method to fetch the list of all existing users from the InterBase or Firebird security database. No additional properties should be specified.

The list of the existing properties will be stored in the Users table.

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

See Also