DigitalTable class/Edit Position property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 7494C027
Scope Basic Development Environment
Data Name EditPos
Short Name* EditPos
Long Name* Edit Position
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 61
Owning Class Name DigitalTable Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Edit Position
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

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 headers. Values of (–2, –2) indicate that no edits are being made to the text of the control.

Before you use this property to set text focus on a control, set key focus of the control.

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.
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 the column header.

Uses

History

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

See Also

External Links