IBX.IBDatabaseInfo.TIBDatabaseInfo.EUAActive

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also