Direction for view sorting or grouping.
TJamSortDirection = ( sdAscending = SORT_ASCENDING, sdDescending = SORT_DESCENDING );
Members |
Description |
sdAscending = SORT_ASCENDING |
Group or sort the view in ascending direction. |
sdDescending = SORT_DESCENDING |
Group or sort the view in descending direction. |