TdxSortOrder is declared in unit dxCore.
Help file content
================================================================
Enumerates the available sort orders.
Unit
cxCustomData
unit dxCore;
…
interface
…
type
TdxSortOrder = (soNone, soAscending, soDescending);
unit cxCustomData;
…
type
TcxDataSortOrder = TdxSortOrder;
Hello,
Thank you for your valuable remark. We will correct this topic.