|
|
| Line 54: |
Line 54: |
| {{ambox|text=Add links to external resources that would also help.}} | | {{ambox|text=Add links to external resources that would also help.}} |
|
| |
|
| [[Category:Method]] [[Category:VI Server Method]]
| | [[Category:VI Server Method]] |
Latest revision as of 14:18, 7 May 2020
| VI Server Method Information
|
| Method ID
|
756A380A
|
| Scope
|
Basic Development Environment
|
| Data Name
|
Double Click
|
| Short Name*
|
Double Click
|
| Long Name*
|
Double Click
|
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
|
| Owning Class ID
|
66
|
| Owning Class Name
|
TreeControl Class
|
| Return Data Type
|
String data type
|
| Invoke Node
|
|
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read/Write) |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Returns the unique tag of the last item the user double-clicked or returns an empty string if the user did not double-click an item since you last called this method.
You also can use the Double Click event to obtain information about items that the user double-clicks in the tree control.
Parameters
| Data type
|
Name
|
Required
|
Description
|
|
Double Click
|
Yes. Return value.
|
|
Uses
History
| Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links