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;

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-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback