Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TSelectDirectoryDialog

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

Select Directory Dialog.

Declaration

Source position: dialogs.pp line 261

type TSelectDirectoryDialog = class(TOpenDialog)

protected

  class procedure WSRegisterClass; override;

  

Registers this component class with the current WidgetSet.

  function CheckFileMustExist(); override;

  

CheckFileMustExist returns True if a file with the specified name exists.

  function DefaultTitle; override;

  

DefaultTitle returns the default title for a dialog.

public

  constructor Create(); override;

  

Constructor for the class instance.

end;

Inheritance

TSelectDirectoryDialog

  

Select Directory 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

Description

SelectDirectoryDialog allows the user to select a directory when the directory structure is displayed as a tree.

See also

TDirectoryEdit

  

TDirectoryEdit - an EditBox to hold a directory name, with an attached SpeedButton that summons a Directory Open dialog.