Class TOlfSelectDirectoryDialog
Unit
Declaration
type TOlfSelectDirectoryDialog = class(TComponent)
Description
Open a modal dialog box to choose a directory.
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
Attributes
ComponentPlatformsAttribute
(pfidWindows)
Hierarchy
- TObject
- TPersistent
- TComponent
- TOlfSelectDirectoryDialog
Overview
Methods
![]() |
function Execute: boolean; |
![]() |
constructor Create(AOwner: TComponent); override; |
Properties
![]() |
property Caption: string read FCaption write SetCaption; |
![]() |
property Root: string read FRoot write SetRoot; |
![]() |
property Directory: string read FDirectory write SetDirectory; |
![]() |
property Options: TSelectDirExtOpts read FOptions write SetOptions
default [sdNewUI]; |
Description
Methods
![]() |
function Execute: boolean; |
![]() |
constructor Create(AOwner: TComponent); override; |
Properties
![]() |
property Caption: string read FCaption write SetCaption; |
Text used as the dialog box title. |
![]() |
property Root: string read FRoot write SetRoot; |
Root directory to filter the selection (can be empty) |
![]() |
property Options: TSelectDirExtOpts read FOptions write SetOptions
default [sdNewUI]; |
Used to personalize the dialog box. See Delphi documentation if you want to know how to use it. |
Generated by PasDoc 0.16.0.