Vcl.StdActns.TBrowseForFolder.UseFileDialog

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UseFileDialog: Boolean read FUseFileDialog write FUseFileDialog default False;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder


Beschreibung

Gibt an, ob das Dialogfeld Ordner suchen anstelle von shBrowseForFolder das Interface IFileDialog verwendet.

Siehe auch