ShowAudioPlayer

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWAudio > Properties >

ShowAudioPlayer

Controls if audio controls will be visible or not. If your control is invisible, you will have to control it using JavaScript.

 

SIGNATURE=IWCompAudio.TIWAudio.ShowAudioPlayer

 

ETYPE=Property

 

Declaration:

Delphi:

published property ShowAudioPlayer: Boolean;

C++:

__published: __property bool ShowAudioPlayer;

 

Description: This is ShowAudioPlayer, a member of class TIWAudio.