[Overview][Constants][Types][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 95
type TSavePictureDialog = class(TOpenPictureDialog) |
||
protected |
||
class procedure WSRegisterClass; override; |
|
Registers this component class with the current WidgetSet. |
function DefaultTitle; override; |
||
public |
||
constructor Create(); override; |
|
|
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 file contents to be inspected before opening the file |
|
| | ||
TOpenDialog |
||
? | ||
TObject |