ListBox class/Point to Row method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 6337000
Scope Basic Development Environment
Data Name Point To Row
Short Name* Point To Row
Long Name* Point to Row
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 12
Owning Class Name ListBox Class
Return Data Type No return value
Invoke Node Point to 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 memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Converts a pixel coordinate to a row in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle and whether the point is within the custom symbol of the cell.

Parameters

Data type Name Required Description
Numeric Cluster TypeDef Point Yes Specifies the pixel coordinate to translate into a row.
Boolean In Bounds? Yes Returns TRUE if the point is inside the bounds of the content rectangle.
I32 Row Yes Returns the row of the cell in which the point lies.
Boolean In Symbol? Yes Returns TRUE if the point is within the bounds of the custom symbol of the cell.

Uses

History

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

See Also

External Links