Vcl.MPlayer.TMediaPlayer.VisibleButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VisibleButtons: TButtonSet read FVisibleButtons write SetVisible  default [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btRecord, btEject];

C++

__property TButtonSet VisibleButtons = {read=FVisibleButtons, write=SetVisible, default=511};

Properties

Type Visibility Source Unit Parent
property published
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

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

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.

See Also