ListBox class/Edit Row property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6337435
Scope Basic Development Environment
Data Name EditRow
Short Name* EditRow
Long Name* Edit 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
Data Type I32 data type

I32

Property Node Edit Row
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 of the current text entry. A value of 0 indicates the top row. A value of –1 indicates the column header. A value of –2 indicates 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.


Uses

History

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

See Also

External Links