Vcl.StdActns.TBrowseForFolder.UseFileDialog

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

Delphi

property UseFileDialog: Boolean read FUseFileDialog write FUseFileDialog default False;

C++

__property bool UseFileDialog = {read=FUseFileDialog, write=FUseFileDialog, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder


説明

[フォルダの参照]ダイアログが IFileDialog インターフェイスを shBrowseForFolder の代わりに使用するかどうかを示します。

関連項目