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

TSaveDialog

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

TSaveDialog - Dialog for saving the current buffer to a file.

Declaration

Source position: dialogs.pp line 250

type TSaveDialog = class(TOpenDialog)

protected

  class procedure WSRegisterClass; override;

  

Registers this component class with the current WidgetSet.

  function DefaultTitle; override;

  

Gets the default title used for the Open Dialog.

public

  constructor Create(); override;

  

Constructor for the class instance.

end;

Inheritance

TSaveDialog

  

TSaveDialog - Dialog for saving the current buffer to a file.

|

TOpenDialog

  

Opens a file in the current directory, selected by File Dialog.

|

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

?

TObject

Description

Save Dialog: invoked when the application requires to save a file.

If the file is already open or a filename has been specified, then the current buffer is written to that file. If no file is specified, the Save File As dialog is invoked and the buffer is saved to that file.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.