Vcl.Dialogs.TFileSaveDialog.DefaultFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultFolder: string read GetDefaultFolder write SetDefaultFolder default 0;

C++

__property DefaultFolder = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Description

Default folder if there is no recently used folder.

Vcl.Dialogs.TFileSaveDialog.DefaultFolder inherits from Vcl.Dialogs.TCustomFileDialog.DefaultFolder. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.DefaultFolder.

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