[Overview][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 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;

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 contents of a file to be inspected before opening the file.

|

TOpenDialog

  

Implements a File / Open dialog used to select one or more files on the local file system.

|

TFileDialog

  

TFileDialog allows selection of a file from the current directory.

|

TCommonDialog

  

The base type from which other dialogs are derived.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

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.

See also

TSavePictureDialog.DefaultTitle

  

Gets the default value for the Title property.

TOpenPictureDialog

  

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


Version 3.2 Generated 2024-02-25 Home