Jump to content

XControl:Abilities:Uninit Ability VI: Difference between revisions

From LabVIEW Wiki
New page: ==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. It can be used for closing of ref...
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
{| align="right" border="0"
|__TOC__
|-
|}
==Uninit Ability VI==
==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]]

Revision as of 19:25, 28 July 2007

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. It can be used for closing of references, files and large memory allocations. This ability is called last for any instance of an XControl