FireDAC.Phys.SQLiteWrapper.TSQLiteVTable.VTabFindFunction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VTabFindFunction(ACount: Integer; const AName: String;  var AFunc: Tsqlite3_func_callback; var AArg: Pointer): Boolean; virtual; abstract;

C++

virtual bool __fastcall VTabFindFunction(int ACount, const System::UnicodeString AName, Firedac::Phys::Sqlitecli::Tsqlite3_func_callback &AFunc, void * &AArg) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Phys.SQLiteWrapper.pas
FireDAC.Phys.SQLiteWrapper.hpp
FireDAC.Phys.SQLiteWrapper TSQLiteVTable

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!