Indicate comparison method used for sorting data.
Unit NxTypes6.pas (Sources)
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.