JVCL Help:TJvBrowseForFolderDialog.RootDirectoryPath

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the location of the root folder from which to start browsing.


Pascal

 propertyRootDirectoryPath: string;


Description

Use RootDirectoryPath to specify the location of the 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.
Use RootDirectory instead of RootDirectoryPath to specify the root directory in a unique system-independent way.
RootDirectory must be set to fdNoSpecialFolder, otherwise the value of RootDirectoryPath is ignored.


See Also

TJvBrowseForFolderDialog.Directory, TJvBrowseForFolderDialog.RootDirectory


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