![]() |
TIWAudio: Play and Pause functions - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: TIWAudio: Play and Pause functions (/thread-2134.html) |
TIWAudio: Play and Pause functions - valmeras - 11-22-2020 I am using Intraweb 14.2.7 with Rad Studio (C++ Builder) 10.2.3 How can I access the Play() and Pause(), and if possible Stop(), functions of TIWAudio component in C++ Builder at runtime ? I mean playing the audio file in my code without the user having to click on the play button. Example: TIWAudio1.play() |