Unit 'LazDialogs' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TLazSelectDirectoryDialog

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

Implements a Lazarus directory selection dialog.

Declaration

Source position: lazdialogs.pas line 69

type TLazSelectDirectoryDialog = class(TLazOpenDialog)

protected

  procedure DoInitialize; override;

  

Performs actions needed to initialize the Lazarus dialog.

end;

Inheritance

TLazSelectDirectoryDialog

  

Implements a Lazarus directory selection dialog.

|

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.

|

TObject