[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 92
type TSavePictureDialog = class(TOpenPictureDialog) end; |
||
protected |
||
class procedure WSRegisterClass; override; |
|
Registers this component class with the current WidgetSet. |
function DefaultTitle; override; |
||
public |
||
constructor Create(); override; |
|
|
|
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 : open a file in the current directory, selected by File Dialog. |
|
| | ||
|
TFileDialog : allows selection of a file from the current directory. |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |