MulticolumnListbox class/Get Clicked Column Header method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 18D99401
Scope Basic Development Environment
Data Name Get Clicked Col Hdr
Short Name* Get Clicked Col Hdr
Long Name* Get Clicked Column Header
* 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 Clicked Column Header
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

Get the column number for which the user clicked the column header. The first column on the left is numbered zero. A value of -2 means that no column header has been clicked. After this function reads the value, it changes the value back to -2.

Parameters

Data type Name Required Description
I32 Get Clicked Column Header Yes. Return value.

Uses

History

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

See Also

External Links