FireDAC.Stan.Util.FDBrowseForFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDBrowseForFolder(AHandle: THandle; ATitle: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDBrowseForFolder(NativeUInt 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.

See Also