IBX.IBDatabaseInfo.TIBDatabaseInfo.EUAActive
Delphi
property EUAActive : Boolean read GetEUAActive;
C++
__property bool EUAActive = {read=GetEUAActive, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | IBX.IBDatabaseInfo.pas IBX.IBDatabaseInfo.hpp  | 
        IBX.IBDatabaseInfo | TIBDatabaseInfo | 
Description
Indicates whether the database has End User Authentication enabled.
EUAActive is True when the database has the End User Authentication enabled, and False otherwise.