Jump to content

XControl:Abilities:Uninit Ability VI: Difference between revisions

From LabVIEW Wiki
mNo edit summary
No edit summary
 
Line 1: Line 1:
__NOTOC__
{| align="right" border="0"
|__TOC__
|-
|}
==Uninit Ability VI==
This VI is called if the [[XControl]] is removed from the front panel or if the front panel of the owning VI is removed from memory.
This VI is called if the [[XControl]] is removed from the front panel or if the front panel of the owning VI is removed from memory.
It can be used for closing of references, files and large memory allocations.
It can be used for closing of references, files and large memory allocations.
This ability is called last for any instance of an XControl
This ability is called last for any instance of an XControl
[[Category:User Interface]]
 
[[Category:XControl]]

Latest revision as of 07:10, 8 October 2007

This VI is called if the XControl is removed from the front panel or if the front panel of the owning VI is removed from memory. It can be used for closing of references, files and large memory allocations. This ability is called last for any instance of an XControl