[Overview][Types][Classes][Index] Reference for unit 'lazdialogs' (#lcl)

TLazSaveDialog

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

Declaration

Source position: lazdialogs.pas line 62

type TLazSaveDialog = class(TLazOpenDialog)

protected

  procedure DoInitialize; override;

  

end;

Inheritance

TLazSaveDialog

  

|

TLazOpenDialog

  

|

TOpenDialog

  

TOpenDialog : open a file in the current directory, selected by File Dialog.

|

TFileDialog

  

TFileDialog : allows selection of a file from the current directory.

|

TCommonDialog

  

TCommonDialog : the base type from which other dialogs are derived

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject