LiteDAC

TCustomLiteUserCollation.OnCollate Event

Occurs when the collation is called in the SQL-statement.

Class

TCustomLiteUserCollation

Syntax

property OnCollate: TLiteCollationEvent;

Remarks

Use the OnCollate event handler to define the implementation of the collating function. The collating function must return an integer that is negative, zero, or positive if the first string is less than, equal to, or greater than the second, respectively.

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