FireDAC.Phys.SQLiteWrapper.TSQLiteDatabaseAuthorizeEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSQLiteDatabaseAuthorizeEvent = procedure (ADB: TSQLiteDatabase;
ACode: Integer; const AArg1, AArg2, AArg3, AArg4: String; var AResult: Integer) of object;

C++

typedef void __fastcall (__closure *TSQLiteDatabaseAuthorizeEvent)(TSQLiteDatabase* ADB, int ACode, const System::UnicodeString AArg1, const System::UnicodeString AArg2, const System::UnicodeString AArg3, const System::UnicodeString AArg4, int &AResult);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Phys.SQLiteWrapper.pas
FireDAC.Phys.SQLiteWrapper.hpp
FireDAC.Phys.SQLiteWrapper FireDAC.Phys.SQLiteWrapper

Description

Embarcadero Technologies does not currently have any additional information.