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

TLazOpenDialog

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

Implements a Lazarus file open dialog.

Declaration

Source position: lazdialogs.pas line 50

type TLazOpenDialog = class(TOpenDialog)

protected

  FForm: TLazarusFileDialogForm;

  

Member used to store the form instance for the Lazarus dialog.

  class procedure WSRegisterClass; override;

  

An empty implementation; dialogs do not require a WS implementation.

  function DoExecute; override;

  

Executes the file open dialog.

  procedure DoInitialize; virtual;

  

Performs actions needed to initialize the Lazarus dialog.

public

  constructor Create(); override;

  

Constructor for the class instance.

end;

Inheritance

TLazOpenDialog

  

Implements a Lazarus file open dialog.

|

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