JVCL Help:TJvComputerNameDialog

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComputerNameDialog
run\JvWinDialogs.pas


Summary

Displays a dialog enabling the user to select a computer.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 TJvComputerNameDialog = class(TJvCommonDialog);


Description

  1. JVCLInfo

Use TJvComputerNameDialog to show a dialog that enables the user to select a computer. Do this by calling the Execute method.
If the user selects anything other than a computer in the dialog box, the OK button is grayed.
You can preview this dialog at design-time, by right-clicking the component and clicking "Preview...".
Use the TJvBrowseForFolderDialog component instead if you want to have more control.

run\JvWinDialogs.pas


See Also

TJvBrowseForFolderDialog

run\JvWinDialogs.pas


About

Navigation

run\JvWinDialogs.pas



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