XInterfaceLibrary class/Declared Leak Proof property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6F2F002
Scope Private
Data Name DeclaredLeakProof
Short Name* DeclaredLeakProof
Long Name* Declared Leak Proof
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 103
Owning Class Name XInterfaceLibrary Class
Data Type Boolean data type

Boolean

Property Node Declared Leak Proof
PermissionsRead/Write

Set by advanced xitem developers who need to preserve VI server references across ability VI calls.If any VI server references are leaked by an xitem, they are generally leaked massively. To remedy this leaking, unless this property is set to true, we clean up references after each ability VI call. If you set this property to true, you are declaring that you have absolutely NO vi server reference leaks, and will incur substantial performance penalties upon all of labview if you are wrong.

Uses

History

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

See Also

External Links