VI class/Edit Mode On Open property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 22E
Scope Basic Development Environment
Data Name Edit Mode
Short Name* Edit Mode
Long Name* Edit Mode On Open
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Boolean data type

Boolean

Property Node Edit Mode On Open
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

If TRUE, the VI opens in edit mode. If FALSE, the VI opens in run mode, and the title bar, menu bar, and toolbar do not appear.

To write this property, you must call it before you open the front panel of the VI.


Uses

History

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

See Also

External Links