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