This type is used for registering a user-defined collation.
TLiteCollation = function (const Str1: string; const Str2: string): Integer;
Collation parameter data types depend on Delphi version.
| Delphi version | Parameter data type | Description |
|---|---|---|
| Delphi 2007 and lower | String = AnsiString | non-Unicode collation |
| Delphi 2009 and higher | String = WideString | Unicode collation |