Library Vcl NextSuite 6 Next Standard 6 Reference Types TNxSortType

TNxSortType

Indicate comparison method used for sorting data.

Unit NxTypes6.pas (Sources)

pas
TNxSortType = (stNone, stAlphabetic, stBoolean, stCaseInsensitive, stCustom, stNumeric, stDate, stIP, stUnicodeAlphabetic);

Remarks

If property of this type is set to stCustom, OnCompare event need to be completed.

Sign in