FireDAC.Phys.IBBase.TFDIBSecurity.CreateKey
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBSecurity | |
Delphi
procedure CreateKey(ADefault: Boolean; AType: TIBEncryptionType;
ALength: Integer; const APassword: String; ARandomVect, ARandomPad: Boolean;
const ADesc: String);
C++
void __fastcall CreateKey(bool ADefault, TIBEncryptionType AType, int ALength, const System::UnicodeString APassword, bool ARandomVect, bool ARandomPad, const System::UnicodeString ADesc);
Description
Embarcadero Technologies does not currently have any additional information.