Vcl.Dialogs.TCustomFileDialog.DefaultFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultFolder: string read GetDefaultFolder write SetDefaultFolder;

C++

__property System::UnicodeString DefaultFolder = {read=GetDefaultFolder, write=SetDefaultFolder};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Default folder if there is no recently used folder.

DefaultFolder contains the name of the default folder if there is no recently used folder.

See Also