FireDAC.Phys.IBBase.TFDIBSecurity.EUAActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EUAActive: Boolean read GetEUAActive write SetEUAActive;

C++

__property bool EUAActive = {read=GetEUAActive, write=SetEUAActive, nodefault};

Properties

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

Description

The EUA status of an Interbase-only database.

Use the EUAActive property to get or set the EUA active status of an Interbase-only database. The database must be specified using the EUADatabase property.

See Also