JVCL Help:BrowseComputer

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

Search in JVCL Help

 
Search in all projects
 

Summary

Brings up a dialog to allow the user to enter a computer name.

run\JvBrowseFolder.pas


Pascal

 run\JvBrowseFolder.pas
 functionBrowseComputer(varAComputerName: string; constDlgText: string; AHelpContext: THelpContext): Boolean;


Parameters

Parameters Description
var AComputerName: string Returns the selected computer.
const DlgText: string Specifies a caption for the dialog.
AHelpContext: THelpContext Specifies the help context ID number.

run\JvBrowseFolder.pas


Description

  1. JVCLInfo

Call BrowseComputer to let the user enter a computer name.

run\JvBrowseFolder.pas


See Also

TJvBrowseForFolderDialog

run\JvBrowseFolder.pas


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