LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Panel From Memory

How do you remove a panel from memory in Labwindows/CVI 6.1?

There is the command LoadPanel() that loads the panel into memory and the command HidePanel() that will remove the panel but it is still in memory. I tried looking for commands in the documentation such as RemovePanel, DeletePanel and etc but couldn't couldn't find a command to remove the panel from memory.

If you create a panel then use the command InstallPopup(), then use RemovePopup() will the panel be removed from memory?



John Bessire
0 Kudos
Message 1 of 2
(2,934 Views)
A few minutes after I posted this message I found the command DiscardPanel().
0 Kudos
Message 2 of 2
(2,932 Views)