Vcl.FileCtrl.TSelectDirFileDlgOpts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSelectDirFileDlgOpts = set of TSelectDirFileDlgOpt;

C++

typedef System::Set<TSelectDirFileDlgOpt, TSelectDirFileDlgOpt::sdHidePinnedPlaces, TSelectDirFileDlgOpt::sdAllowMultiselect> TSelectDirFileDlgOpts;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl Vcl.FileCtrl

Description

TSelectDirFileDlgOpts is a set type of options to customize the Select Directory dialog that SelectDirectory prompts.

TSelectDirFileDlgOpts is a set type, with elements of type TSelectDirFileDlgOpt.

The possible values for an element in a set of type TSelectDirFileDlgOpts are given in the following table:

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