JVCL Help:TJvBrowseForFolderDialog.RootDirectory
JVCL Help: TJvBrowseForFolderDialog.RootDirectory Property
Search in JVCL Help
Search in all projectsSummary
Specifies the location of the root folder from which to start browsing.
Pascal
propertyRootDirectory: TFromDirectory;
Description
Use RootDirectory to specify a special folder as root folder from which to start browsing. Only the specified folder and any subfolders that are beneath it in the namespace hierarchy will appear in the dialog box.
Property RootDirectory can be used to specify a specific folder which may not have the same name or location on any given system. For example, the system folder may be 'C:Windows' on one system and 'C:Winnt' on another.
Setting RootDirectory to fdNoSpecialFolder specifies that RootDirectoryPath should be used as root folder for the dialog.
See Also
TJvBrowseForFolderDialog.Directory, TJvBrowseForFolderDialog.RootDirectoryPath
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page