Vcl.MPlayer.TMediaPlayer.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click(Button: TMPBtnType; var DoDefault: Boolean); reintroduce; dynamic;

C++

HIDESBASEDYNAMIC void __fastcall Click(TMPBtnType Button, bool &DoDefault);

Properties

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

Description

Generates an OnClick event.

Click for media-player components is the implementation method for the OnClick event. By default, Click does nothing other than call any event handler attached to the media player's OnClick event. Click can be overridden in descendant classes to customize responses to clicks.

See Also