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

TDirectoryEdit.RootDir

The root directory for file system navigation in the control.

Declaration

Source position: editbtn.pas line 506

published property TDirectoryEdit.RootDir : string
  read FRootDir
  write FRootDir;

Description

RootDir is a String property which identifies the root directory for file system navigation in the Select Directory dialog for the control. Its value, along with Directory, is used in the CreateDialog method to configure the dialog.

RootDir is relevant when Directory does not represent a valid path on the local file system. It is used as the initial directory in the Select Directory dialog. When Directory is a valid file path, RootDir is ignored.

See also

TDirectoryEdit.Directory

  

The Directory selected by the dialog.

TDirectoryEdit.CreateDialog

  

Creates and configures the dialog for the control.

TDirectoryEdit.DialogOptions

  

Contains the options enabled for the Open dialog displayed by the control.


Version 4.0 Generated 2025-05-03 Home