How to put menu bar in Apple menu bar in Mac OS by C++ Builder?

  

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.

Comments are closed.