FireDAC.Phys.SQLiteWrapper.TSQLiteCollationEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !