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

TFileSortType

Ways in which the shell control should sort its contents

Declaration

Source position: shellctrls.pas line 46

type TFileSortType = (

  fstNone,

  

No special sorting is done, items will appear in whatever order the file system provides

  fstAlphabet,

  

Items are sorted alfabetically with folders and files mixed

  fstFoldersFirst

  

Items are sorted alfabetically and folders are placed in the beginning of the list

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.