Open main menu

RAD Studio API Documentation β

Vcl.Dialogs.TCustomFileDialog.DefaultFolder

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