[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 101
type TSavePictureDialog = class(TOpenPictureDialog) |
||
class procedure WSRegisterClass; override; |
|
WSRegisterClass - Register this Class for the current Widget Set |
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 : 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 |
|
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |