JVCL Help:BrowseForComputer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: BrowseForComputer function
Search in JVCL Help
Search in all projectsSummary
Brings up a dialog to allow the user to enter a computer name.
Pascal
run\JvBrowseFolder.pas
functionBrowseForComputer(constATitle: string; AllowCreate: Boolean; varADirectory: string; AHelpContext: THelpContext = 0): Boolean;
Parameters
Parameters | Description |
const ATitle: string | Specifies a caption for the dialog. |
AllowCreate: Boolean | Specifies whether the user is allowed to create directories. |
var ADirectory: string | Returns the selected computer. |
AHelpContext: THelpContext = 0 | Specifies the help context ID number. |
Description
- JVCLInfo
Call BrowseForComputer to let the user enter a computer name.
See Also
TJvBrowseForFolderDialog, BrowseForFolder
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