Vcl.ExtDlgs.TSavePictureDialog

Delphi
TSavePictureDialog = class(TOpenPictureDialog)
C++
class PASCALIMPLEMENTATION TSavePictureDialog : public TOpenPictureDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ExtDlgs.pas Vcl.ExtDlgs.hpp |
Vcl.ExtDlgs | Vcl.ExtDlgs |
Description
TSavePictureDialog displays a "Save As" dialog for saving graphics files.
TSavePictureDialog displays a modal Windows dialog box for selecting file names and saving graphics files. This component is just like TSaveDialog, except that it includes a rectangular preview region. If the selected image can be read by TPicture, it is displayed in the preview region; supported file types include bitmap (.BMP), icon (.ICO), Windows metafile (.WMF), and enhanced Windows metafile (.EMF). If the selected image cannot be displayed, "(None)" appears in the preview region.
See Also