| [Overview][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TSavePictureDialog - a dialog for saving the picture in the current buffer to a file.
Source position: extdlgs.pas line 96
| type TSavePictureDialog = class(TOpenPictureDialog) | ||
| protected | ||
| class procedure WSRegisterClass; override; | 
 | Registers this component class with the current WidgetSet. | 
| function DefaultTitle; override; | 
 | Gets the default value for the Title property. | 
| public | ||
| constructor Create(); override; | 
 | Constructor for the class instance. | 
| end; | 
| 
 | TSavePictureDialog - a dialog for saving the picture in the current buffer to a file. | |
| | | ||
| 
 | TOpenPictureDialog - a preview dialog that shows a preview of a picture before opening the file. | |
| | | ||
| 
 | TPreviewFileDialog - a dialog that allows the contents of a file to be inspected before opening the file. | |
| | | ||
| 
 | Implements a File / Open dialog used to select one or more files on the local file system. | |
| | | ||
| 
 | TFileDialog allows selection of a file from the current directory. | |
| | | ||
| 
 | The base type from which other dialogs are derived. | |
| | | ||
| 
 | The base class for LCL components which have an associated widget. | |
| | | ||
| | | ||
| | | ||
TSavePictureDialog is a TOpenPictureDialog descendant which implements a dialog used to save a picture to a file. TSavePictureDialog provides the same preview capabilities implemented in ancestor classes, and provides an overridden DefaultTitle method to set the title displayed in the dialog.
| 
 | Gets the default value for the Title property. | |
| 
 | TOpenPictureDialog - a preview dialog that shows a preview of a picture before opening the file. | 
| Version 4.0 | Generated 2025-05-03 | Home |