ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.SortColumn

The column according to which the listed object are sorted.

Syntax
Pascal
property SortColumn;

Allows you to get or set the column, according to which the listed objects are sorted. This value may not be greater than Columns.Count. A TJamShellList automatically sorts the items and handles column clicks, so usually you don't need this property. It is also possible to customize the sorting of the ShellList by implementing the TJamShellList.OnCompare event.