Vcl.StdActns.TBrowseForFolder.UseFileDialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseFileDialog: Boolean read FUseFileDialog write FUseFileDialog default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Description

Indicates whether the Browse For Folder dialog uses the IFileDialog interface instead of the shBrowseForFolder.

See Also