Vcl.FileCtrl.TSelectDirFileDlgOpt

From RAD Studio API Documentation
Jump to: navigation, search

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

sdHidePinnedPlaces

Hides the items from the default view of the navigation pane.

sdNoDereferenceLinks

Allows you to use referenced symbolic links.

sdForceShowHidden

Shows hidden files and directories.

sdAllowMultiselect

Allows you to select multiple items in the Select Directory dialog.

See Also