FireDAC.Phys.IBBase.TFDIBSecurity.EUAActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBSecurity

Delphi

property EUAActive: Boolean read GetEUAActive write SetEUAActive;

C++

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

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