Vcl.FileCtrl.TSelectDirFileDlgOpt
Delphi
TSelectDirFileDlgOpt = (sdHidePinnedPlaces, sdNoDereferenceLinks, sdForceShowHidden, sdAllowMultiselect);
C++
enum DECLSPEC_DENUM TSelectDirFileDlgOpt : unsigned char { sdHidePinnedPlaces, sdNoDereferenceLinks, sdForceShowHidden, sdAllowMultiselect };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | Vcl.FileCtrl |
Description
TSelectDirFileDlgOpt specifies the possible options to customize the Select Directory dialog that SelectDirectory prompts.
The following table lists the possible values that can be added to the set of options:
Value | Meaning |
---|---|
|
Hides the items from the default view of the navigation pane. |
|
Allows you to use referenced symbolic links. |
|
Shows hidden files and directories. |
|
Allows you to select multiple items in the Select Directory dialog. |