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

TLazOpenDialog

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

Declaration

Source position: lazdialogs.pas line 50

type TLazOpenDialog = class(TOpenDialog) end;

protected

  FForm: TLazarusFileDialogForm;

  

  class procedure WSRegisterClass; override;

  

  function DoExecute; override;

  

  procedure DoInitialize; virtual;

  

public

  constructor Create(); override;

  

Inheritance

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

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