[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The root directory for file system navigation in the control.
Source position: editbtn.pas line 506
published property TDirectoryEdit.RootDir : string |
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.
|
The Directory selected by the dialog. |
|
|
Creates and configures the dialog for the control. |
|
|
Contains the options enabled for the Open dialog displayed by the control. |
Version 4.0 | Generated 2025-05-03 | Home |