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...
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==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: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