Vcl.FileCtrl.TSelectDirOpts
Delphi
TSelectDirOpts = set of TSelectDirOpt;
C++
typedef System::Set<TSelectDirOpt, TSelectDirOpt::sdAllowCreate, TSelectDirOpt::sdPrompt> TSelectDirOpts;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | Vcl.FileCtrl |
Description
TSelectDirOpts and TSelectDirOpt determine how a Select Directory dialog responds when the user enters a nonexistent directory.
These are the possible values that can be added to the set of options:
Value | Meaning |
---|---|
|
An edit box that allows you to type in the name of a directory that does not exist. This option does not create a directory. The application must read the name of the selected directory and create it if desired. |
|
Use it only in combination with |
|
Use it only in combination with |
See Also
- Vcl.FileCtrl.SelectDirectory
- Vcl.FileCtrl.TSelectDirOpt
- Vcl.FileCtrl.TSelectDirExtOpts
- Vcl.FileCtrl.TSelectDirFileDlgOpts