DiscardPanel
- Updated2023-02-21
- 1 minute(s) read
DiscardPanel
int DiscardPanel (int panelHandle);
Purpose
Removes a panel and any of its child panels from memory and clears them from the screen if visible.
You must call DiscardPanel from the thread in which you create the panel.
Refer to the LoadPanel function reference for an example of how to use this and other panel functions.
Parameters
Input | ||
Name | Type | Description |
panelHandle | int | Specifier for a particular panel that is currently in memory. You can obtain this handle from functions such as LoadPanel and NewPanel. |
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later