[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TFileSortType

Represents sorting options for the items in a shell control.

Declaration

Source position: shellctrls.pas line 46

type TFileSortType = (

  fstNone,

  

No special sorting is done; items will appear in the order provided by the file system.

  fstAlphabet,

  

Items are sorted alphabetically with folders and files mixed.

  fstFoldersFirst

  

Items are sorted alphabetically with folders placed at the beginning of the list.

);

Description

TFileSortType is an enumerated type with values that control the sort order for the items in a shell control. TFileSortType is the type used to implement the TCustomShellTreeView.FileSortType property.

See also

TCustomShellTreeView.FileSortType

  

Indicates how the items should be sorted in the tree.