IBX.IBDatabaseInfo.TIBDatabaseInfo.Encrypted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Encrypted : Boolean read GetEncrypted;

C++

__property bool Encrypted = {read=GetEncrypted, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns True if the database has encryption set to True.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also