Function ProMenuDelete
Description
Closes the currently active menu. The current menu is the menu referenced from the last call to ProMenuProcess(). Control returns from that call as a result of the call to ProMenuDelete() or ProMenuDeleteWithStatus().
This function affects Menu-Manager (mode-specific) menus only.
The menu that becomes active after this one is closed is the menu immediately above it in the menu hierarchy. This is also the menu made active by the previous call to ProMenuProcess().
Synopsis
#include <ProMenu.h>
ProMenuDelete
(void)
Returns
The function successfully closed the current menu.
See Also
NOTE: Do not use this function for exit buttons on compound menus;
Sample Code References
User Guide References
これは役に立ちましたか?