remove( )

Removes the specified menu from the M-Business Client main menu. The menu is automatically restored in the user's next M-Business Client session, but cannot be restored in the current session.

Interface

PODSMenu

IDL definition
void remove();
JavaScript synopsis
menuitem.remove()
C synopsis
void PODSremove(PODSMenu* menu);
void PODSsetEnabled(PODSMenu* menu, PODSBoolean bool);
Parameters
  • menu   The PODSMenu object.

Returns

None