[Overview][Types][Classes][Procedures and functions][Index] |
Represents sorting options for the items in a shell control.
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. |
); |
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.
|
Indicates how the items should be sorted in the tree. |
lazarus-ccr.sourceforge.net |