TOlfSelectDirectoryDialog Class

Open a modal dialog box to choose a directory.

Unit: Olf.VCL.SelectDirectory
TComponent
  Olf.VCL.SelectDirectory.TOlfSelectDirectoryDialog
type TOlfSelectDirectoryDialog = class(TComponent)

The TOlfSelectDirectoryDialog type exposes the following members.

Show:
 NameDescription
Create

Top
Show:
 NameDescription
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)

Top
Show:
 NameDescription
Execute

Top

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