IBX.IBDatabaseInfo.TIBDatabaseInfo.NoOfEncryptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NoOfEncryptions : Integer read GetNoOfEncryptions;

C++

__property int NoOfEncryptions = {read=GetNoOfEncryptions, nodefault};

Properties

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

Description

NoOfEncryptions represents the number of encryptions in the database.

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

See Also