FireDAC.Phys.SQLiteWrapper.TSQLiteFunctionCalculateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSQLiteFunctionCalculateEvent = procedure (AFunc: TSQLiteFunctionInstance;
AInputs: TSQLiteInputs; AOutput: TSQLiteOutput;
var AUserData: TObject) of object;

C++

typedef void __fastcall (__closure *TSQLiteFunctionCalculateEvent)(TSQLiteFunctionInstance* AFunc, TSQLiteInputs* AInputs, TSQLiteOutput* AOutput, System::TObject* &AUserData);

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.