Library class/Contains Compiled Code property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 4D10E826
Scope Basic Development Environment
Data Name ContainsCompiledCode
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 80
Owning Class Name Library Class
Data Type Boolean data type

Boolean

Property Node Contains Compiled Code
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
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 runningNo

Sets or returns whether LabVIEW stores the library in the compiled object cache.

If TRUE, LabVIEW does not store the library in the compiled object cache. In this case, you must save the library every time you modify a member of the library or when you migrate the library to a new version of LabVIEW. If FALSE, LabVIEW stores the library in the compiled object cache so you must save the library only when you change the library itself.

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


Uses

History

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

See Also

External Links