FireDAC.Stan.Util.FDBrowseForFolder
Delphi
function FDBrowseForFolder(AHandle: THandle; ATitle: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall FDBrowseForFolder(Winapi::Windows::THandle AHandle, System::UnicodeString ATitle);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
FDBrowseForFolder allows a user to select a folder.
FDBrowseForFolder allows a user to select a folder and returns the path of the selected folder. ATitle
represents the caption of the select folder dialog.