TcxDlgShellOptions.ShowNonFolders Property
In This Article
Determines whether the file shell items are displayed.
#Declaration
Delphi
property ShowNonFolders: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Use the ShowNonFolders property to enable displaying only file shell items. In general, this option enables displaying of the shell items that have no sub-items.
If the ShowFolders and ShowNonFolders options are deactivated, then the shell control displays nothing.
Note
Since ZIP files are considered folders in Windows Vista or later, the Show
The default value of the ShowNonFolders property is False.
See Also