ComboBox class/Allow Undefined Strings property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6347002
Scope Basic Development Environment
Data Name AllowUndefStrs
Short Name* AllowUndefStrs
Long Name* Allow Undefined Strings
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 29
Owning Class Name ComboBox Class
Data Type Boolean data type

Boolean

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

If TRUE, users can enter string values not already in the list of strings defined for the combo box control. If FALSE, users must select from the list of strings defined for the control.

This property is similar to the Allow Undefined Strings item on the shortcut menu of a combo box control and to the Allow undefined values at run time option on the Edit Items page of the Combo Box Properties dialog box.


Uses

History

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

See Also

External Links