FMXNavBar need beep sound

Hi, what is the command to make a "beep" sound ?


The windows beep; in delphi does not sound a beeping sound for android. 

I am using several TListView controls inside a NavBar control.  And I want my users to hear an audible sound when they click or select something on the tlistview or when they select a navbar panel. There are five panels in a navbar and lots of things to click or select on in the listview controls. Its easy to miss a selection if there is no audible sound as a backup to the user. 

Thanks. 

There is no built-in beep in TTMSFMXNavBar. You'll need to handle the events when an item is clicked and from this event handler, start a sound. You can do this with the TMediaPlayer component.
See: 

http://stackoverflow.com/questions/18576772/how-to-play-system-sound-in-delphi-firemonkey-xe4