FireDAC.Phys.IBBase.TFDIBSecurity.DBEncrypted

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 DBEncrypted: Boolean read GetDBEncrypted write SetDBEncrypted;

C++

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

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