Edit Position Property

LabView Local Project Settings

Edit Position Property

Short Name: EditPos

Installed With: Base Package

Class: TreeControl Properties

The row-column pair index of the current text entry. Values of (0,0) indicate the top-left text entry. A value of –1 indicates the row or column header. Values of (–2, –2) indicate that no edits are being made to the text of the control. This property does not set text focus on a control that does not already have text focus.

Elements

Name Description
Row The row of the current text entry. Possible values are 0…n, where n is the total number of rows - 1. Enter –1 to select a column header.
Column The column of the current text entry. Possible values are 0…m, where m is the total number of columns - 1. Enter –1 to select a row header.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/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 definitionsNo
Available with polymorphic VIsNo