Point to Row Column Method

LabView Local Project Settings

Point to Row Column Method

Short Name: Point To Row Column

Installed With: Base Package

Class: TreeControl Methods

Converts a pixel coordinate to a tag-column pair 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. The method returns the tag TREE_COLUMN_HEADERS when you wire a point that is within the tree's column headers.

Parameters

NameRequiredDescription
PointNoSpecifies the pixel coordinate to translate into a tag-column pair.
In Bounds?NoReturns TRUE if the point is inside the bounds of the content rectangle.
TagNoReturns the tag of the cell in which the point lies.
ColumnNoReturns the column 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