Vcl.MPlayer.TMediaPlayer.AutoButtonSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AutoButtonSet(Btn: TMPBtnType); dynamic;

C++

DYNAMIC void __fastcall AutoButtonSet(TMPBtnType Btn);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Enables or Disables the media player's buttons.

AutoButtonSet implements the automatic enabling and disabling of the media player's buttons when the AutoEnable property is true. The Btn parameter indicates which of the media player's buttons the user pressed.

See Also