API:Vcl.Dialogs.TCustomFileSaveDialog
Delphi
TCustomFileSaveDialog = class(TCustomFileDialog)
C++
class PASCALIMPLEMENTATION TCustomFileSaveDialog : public TCustomFileDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
Abstract base class for Vista or later Windows operating systems style file dialogs.
Vcl.Dialogs.TCustomFileSaveDialog inherits from Vcl.Dialogs.TCustomFileDialog. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.
Abstract base class for Vista or later Windows operating systems style file dialogs.
File dialogs, such as open and save, extend this abstract base class for Microsoft Windows Vista or later Windows operating systems style file dialogs. This is a wrapper class for the Windows Vista common item dialog and implements the IFileDialog interface.