ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.TJamSortDirection

Direction for view sorting or grouping.

Syntax
Pascal
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.