JVCL Help:BrowseDirectory
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: BrowseDirectory function
Search in JVCL Help
Search in all projectsSummary
Brings up a dialog to allow the user to enter a directory name.
Pascal
run\JvBrowseFolder.pas
functionBrowseDirectory(varAFolderName: string; constDlgText: string; AHelpContext: THelpContext): Boolean;
Parameters
Parameters | Description |
var AFolderName: string | Returns the selected directory. |
const DlgText: string | Specifies a caption for the dialog. |
AHelpContext: THelpContext | Specifies the help context ID number. |
Description
- JVCLInfo
Call BrowseDirectory to let the user enter a directory name.
See Also
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