Vcl.Dialogs.TFileSaveDialog
Delphi
TFileSaveDialog = class(TCustomFileSaveDialog)
C++
class PASCALIMPLEMENTATION TFileSaveDialog : public TCustomFileSaveDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
Class for Vista and newer Windows operating systems style file save dialogs.
This class extends TCustomFileSaveDialog. It allows creating Microsoft Windows Vista (or newer Windows operating systems) style file save dialogs CLSID_FileSaveDialog
and implements the IFileSaveDialog
interface.