Hiding the main menu doesn't work
Issue #297
new
Form.Menu := nil; - does not work!
If we start form with Form.Menu = nil than Form.Menu := MainMenu will show menu as expected,
but we can’t hide already assigned main menu.