VI class/Contains Compiled Code property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2A8
Scope Basic Development Environment
Data Name ContainstCompiledCode
Short Name* ContainsCompiledCode
Long Name* Contains Compiled Code
* 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 Contains Compiled Code
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedNo
Settable when the VI is runningYes

Sets or returns whether the VI includes compiled code.

If TRUE, the VI includes compiled code. If FALSE, LabVIEW separates the compiled code and saves it in the VI object cache.

This property is similar to the Separate compiled code from source file option on the General page of the VI Properties dialog box.


Uses

History

Version Change(s)
LabVIEW 2010 This property was added in LabVIEW 2010.

See Also

External Links