Class TOlfSelectDirectoryDialog
Unit
Declaration
type TOlfSelectDirectoryDialog = class(TFMXObject)
Description
Open a modal dialog box to choose a directory.
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
Attributes
ComponentPlatformsAttribute(pfidWindows or pfidOSX)
Hierarchy
- TFMXObject
- TOlfSelectDirectoryDialog
Overview
Methods
![]() |
function Execute: boolean; |
![]() |
constructor Create(AOwner: TComponent); override; |
Properties
![]() |
property Text: string read FText write SetText; |
![]() |
property Root: string read FRoot write SetRoot; |
![]() |
property Directory: string read FDirectory write SetDirectory; |
Description
Methods
![]() |
function Execute: boolean; |
![]() |
constructor Create(AOwner: TComponent); override; |
Properties
![]() |
property Text: string read FText write SetText; |
|
Text used as the dialog box title. | |
![]() |
property Root: string read FRoot write SetRoot; |
|
Root directory to filter the selection (can be empty) | |
Generated by PasDoc 0.16.0.

