FireDAC.Phys.IBBase.TFDIBSecurity.DBEncrypted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBEncrypted: Boolean read GetDBEncrypted write SetDBEncrypted;

C++

__property bool DBEncrypted = {read=GetDBEncrypted, write=SetDBEncrypted, nodefault};

Properties

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

Description

An InterBase database encryption status.

Use the DBEncrypted low-level property to get or set an InterBase database encryption status. The component properties must be set up for encryption operations.

To encrypt a database, a set of steps must be performed before setting DBEncrypted to True.

See Also