TurboDB VCL Component Library

TTdbTable.EncryptionMethod

TTdbTable

Previous  Top  Next

Defines whether and how a table is protected or encrypted.

Delphi syntax:

property EncryptionMethod: TTdbEncryptionMethod

C++ syntax:

__property TTdbEncryptionMethod EncryptionMethod = {read, write, nodefault};

Description

A TurboDB table can be protected and encrypted in different ways. This property indicates which method has been chosen and is used to determine the encryption method when creating or altering a table with the CreateTable or AlterTable method.

See also

TTdbEncryptionMethod, Password, Data Security