ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TSortStage

Possible values for sort stages.

Syntax
Pascal
TSortStage = (
  ssBeforeSort,
  ssAfterSort
);
Members 
Description 
ssBeforeSort 
Indicates that Sort will begin. 
ssAfterSort 
Indicates that Sort is finished.