MulticolumnListbox class/Get Double-Clicked Row method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 18D99400
Scope Basic Development Environment
Data Name Get DblClk Row
Short Name* Get DblClk Row
Long Name* Get Double-Clicked Row
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 46
Owning Class Name MulticolumnListbox Class
Return Data Type I32 data type

I32

Invoke Node Get Double-Clicked Row
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Gets the row number the user double-clicked. The first row on the top is numbered zero. A value of -2 means that no row has been double-clicked. After this method reads the value, it changes the value back to -2. This method does not respond to a double-click on the header.

Parameters

Data type Name Required Description
I32 Get Double-Clicked Row Yes. Return value.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links