FireDAC.Phys.SQLiteWrapper.TSQLiteCollationEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSQLiteCollationEvent = procedure (ASender: TObject; len1: Integer;
str1: Pointer {utf8/utf16}; len2: Integer; str2: Pointer {utf8/utf16};
var AResult: Integer) of object;

C++

typedef void __fastcall (__closure *TSQLiteCollationEvent)(System::TObject* ASender, int len1, void * str1, int len2, void * str2, 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.