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
| Public | function Execute: boolean; |
| Public | constructor Create(AOwner: TComponent); override; |
Properties
| Published | property Text: string read FText write SetText; |
| Published | property Root: string read FRoot write SetRoot; |
| Published | property Directory: string read FDirectory write SetDirectory; |
Description
Methods
| Public | function Execute: boolean; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
Properties
| Published | property Text: string read FText write SetText; |
|
Text used as the dialog box title. | |
| Published | property Root: string read FRoot write SetRoot; |
|
Root directory to filter the selection (can be empty) | |
| Published | property Directory: string read FDirectory write SetDirectory; |
|
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. | |
Generated by PasDoc 1.0.2.