SDAC

TSortType Enumeration

Specifies a sort type for string fields.

Unit

MemData

Syntax

TSortType = (stCaseSensitive, stCaseInsensitive, stBinary);

Values

Value Meaning
stBinary Sorting by character ordinal values (this comparison is also case sensitive).
stCaseInsensitive Sorting without case sensitivity.
stCaseSensitive Sorting with case sensitivity.

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