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

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;
 
Public constructor Create(AOwner: TComponent); override;
 

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.

Delphi FMX Extend Library (c) 2021-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.