[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ways in which the shell control should sort its contents
Source position: shellctrls.pas line 41
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 |
); |