Vcl.Dialogs.TSaveDialog
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
TSaveDialog displays a "Save As" dialog for saving files.
TSaveDialog displays a modal Windows dialog box for selecting file names and saving files. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks Save, the dialog closes and the selected file name is stored in the FileName property.
See Also