UniDAC

TLiteCollation Function Reference

This type is used for registering a user-defined collation.

Unit

LiteCollation

Syntax

TLiteCollation = function (const Str1: string; const Str2: string): Integer;

Parameters
Str1
First string for the collation.
Str2
Second string for the collation.

Remarks

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

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback