[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TSavePictureDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TSavePictureDialog - a dialog for saving the picture in the current buffer to a file

Declaration

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;

Inheritance

TSavePictureDialog

  

TSavePictureDialog - a dialog for saving the picture in the current buffer to a file

|

TOpenPictureDialog

  

TOpenPictureDialog - a preview dialog that shows a preview of a picture before opening the file

|

TPreviewFileDialog

  

TPreviewFileDialog - a dialog that allows the file contents to be inspected before opening the file

|

TOpenDialog

?

TObject