TOlf Select Directory Dialog Class
Open a modal dialog box to choose a directory.
TComponent
Olf.VCL.SelectDirectory.TOlfSelectDirectoryDialog
Olf.VCL.SelectDirectory.TOlfSelectDirectoryDialog
The TOlfSelectDirectoryDialog type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Caption | Text used as the dialog box title. |
![]() | Directory | Initial directory in input. Selected directory in output if the user config the selection. If nothing is selected, the output directory is the same as input directory. |
![]() | Options | Used to personalize the dialog box. See Delphi documentation if you want to know how to use it. |
![]() | Root | Root directory to filter the selection (can be empty) |
This non visual component use SelectDirectory from VCL.FileCtrl. The properties are used as it when calling the function. http://docwiki.embarcadero.com/Libraries/en/VCL.FileCtrl.SelectDirectory