TOlfSelectDirectoryDialog Class

Definition

Open a modal dialog box to choose a directory.

Delphi
type TOlfSelectDirectoryDialog = class(TFMXObject)
Inheritance
TFMXObject
TOlfSelectDirectoryDialog

Remarks

This non visual component use SelectDirectory from FMX.Dialogs and depends on compatible platforms. The properties are used as it when calling the function. http://docwiki.embarcadero.com/Libraries/en/FMX.Dialogs.SelectDirectory

Constructors

Properties

Directory

Initial directory in input. Selected directory in output if the user confirm the selection. If nothing is selected, the output directory is the same as input directory.

Root

Root directory to filter the selection (can be empty)

Text

Text used as the dialog box title.

Methods