Vcl.Dialogs.TFileOpenDialog.DefaultFolder

From RAD Studio API Documentation

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 TFileOpenDialog

Description

Default folder if there is no recently used folder. {{#multireplace:Vcl.Dialogs.TFileOpenDialog.DefaultFolder|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileDialog.DefaultFolder|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Dialogs.TCustomFileDialog.DefaultFolder|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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