I have been working with our R&D team on the samples and snippets for RAD Studio XE5. Our mobile snippets are designed to showcase key functionality with just a couple of lines of code.
Today I thought I would highlight our AudioPlayBack snippet.
This snippet consists of the following 4 components:
TToolbar
2 TSpeedButtons parented to the toolbar
TMediaPlayer
The toolbar Align property has been set to alTop. The first SpeedButton (the one to stop the playback) has been set t...