API:Vcl.Dialogs.TSaveDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TOpenDialogVcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSaveDialog

Delphi

TSaveDialog = class(TOpenDialog)

C++

class PASCALIMPLEMENTATION TSaveDialog : public TOpenDialog

Properties

Type Visibility Source Unit Parent
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

TOpenDialog displays a file-selection dialog.

Vcl.Dialogs.TSaveDialog inherits from Vcl.Dialogs.TOpenDialog. All content below this line refers to Vcl.Dialogs.TOpenDialog.

TOpenDialog displays a file-selection dialog.

TOpenDialog displays a modal Windows dialog box for selecting and opening files. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks Open, the dialog closes and the selected file or files are stored in the Files property.

See Also


Code Examples