FireDAC.Phys.SQLiteWrapper.TSQLiteCollation.Compare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Compare(len1: Integer; str1: Pointer {utf8/utf16};  len2: Integer; str2: Pointer {utf8/utf16}): Integer; virtual;

C++

virtual int __fastcall Compare(int len1, void * str1, int len2, void * str2);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.