FireDAC.Phys.MSAcc.TFDMSAccessService.Encrypted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Encrypted: Boolean read FEncrypted write FEncrypted default False;

C++

__property bool Encrypted = {read=FEncrypted, write=FEncrypted, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MSAcc.pas
FireDAC.Phys.MSAcc.hpp
FireDAC.Phys.MSAcc TFDMSAccessService

Description

The database encryption mode.

Use the Encrypted property to encrypt the database. The CreateDB, Compact, and Repair methods are affected by the value of Encrypted property.

See Also