Point to Row Method

LabView Local Project Settings

Point to Row Method

Short Name: Point To Row

Installed With: Base Package

Class: ListBox Methods

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

NameRequiredDescription
PointNoSpecifies the pixel coordinate to translate into a row.
In Bounds?NoReturns TRUE if the point is inside the bounds of the content rectangle.
RowNoReturns the row of the cell in which the point lies.
In Symbol?NoReturns TRUE if the point is within the bounds of the custom symbol of the cell.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsYes
Available with polymorphic VIsNo