RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.VisibleButtons Property

Indicates which of the buttons on the media player are visible.

Pascal
property VisibleButtons: TButtonSet;
C++
__property TButtonSet VisibleButtons;

VisibleButtons determines which buttons on the media player that are visible. If a button is not made visible with VisibleButtons, it does not appear on the media player control. By default, all buttons are visible when a media player component is added to a form. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!