I found an example using the TMenuBar.UseOSMenu
property to place a main menu for Windows and Mac. But it seems it is only for Delphi. I can't find the same property in FMX's TMenuBar
component in C++Builder.
Does anyone know how to put a menu bar in Apple's menu bar on Mac OSX in C++?
I'm using C++ Builder 10.1 Berlin Update 2.
There is no
UseOSMenu
property in 10.1 Berlin, in Delphi or C++. It was removed in XE3:New Units and Changes in FireMonkey XE3
Also See:
Using Menus in a FireMonkey Application