Menus Component
Fnd_Menu_Window_Remove
Fnd_Menu_Window_Remove ({process number})
Parameters
| Parameter | Type | Description |
|---|---|---|
| process number | Longint | Process number to remove |
Description
The Fnd_Menu_Window_Remove routine removes the specified process from the Window menu. If the process number is not specified, the current process is removed from the menu bar. It is important to call this method before calling 4D’s CLOSE WINDOW command. Otherwise the window’s name may not get removed from the Window menu. See the Fnd_Menu_Window_Add command for an example.
Extracted source text
Fnd_Menu_Window_Remove ({process number})
Parameter Type Description
process number Longint Process number to remove
The Fnd_Menu_Window_Remove routine removes the specified process from the Window menu. If
the process number is not specified, the current process is removed from the menu bar.
It is important to call this method before calling 4D’s CLOSE WINDOW command. Otherwise the
window’s name may not get removed from the Window menu.
See the Fnd_Menu_Window_Add command for an example.