How to put menu bar in Apple menu bar on Mac OS by C++ Builder?
0
I found there's example to use TMenuBar's UseOSMenu property to place main menu for Windows and Mac. But it seems that is for Delphi only. I can't find the same property in C++ Builder FMX TMenuBar component. Is there any one know how to put menu bar in Apple menu bar on mac OS?
I'm using C++ Builder Berlin Update 2.
Responses (1)
-
Accepted Answer
0Hi,
For macOS, you should use TMainMenu:
http://docwiki.embarcadero.com/RADStudio/Berlin/en/Using_Menus_in_a_FireMonkey_Application
Regards,
Sarina