FireDAC.Stan.Util.FDBrowseForFolder

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDBrowseForFolder(NativeUInt AHandle, System::UnicodeString ATitle);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

FDBrowseForFolder では、ユーザーがフォルダを選択することができます。


FDBrowseForFolder は、ユーザーにフォルダを選択させて、そのフォルダのパスを返します。ATitle は、フォルダ選択ダイアログのキャプションを表します。

関連項目