CGXSortInfoArray
class CGXSortInfoArray : public CObject
Remarks
CGXSortInfoArray is an array of CGXSortInfo objects.
See CObArray for using arrays.
Typically you will allocate a CGXSortInfoArray on the stack before you want to sort the grid. With SetSize, you specifiy the number of sort keys and then fill the parameters for each sort key. See CGXGridCore::SortRows for more information.
See Also
Macros::CGXSortInfo CGXGridCore::SortRows