Vcl.MPlayer.TMediaPlayer.DoNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoNotify; dynamic;

C++

DYNAMIC void __fastcall DoNotify();

Properties

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

Description

Generates an OnNotify event.

DoNotify is the implementation method for a media-player component's OnNotify event. The media player's MMNotify method calls DoNotify after correcting the enabling and disabling of buttons and setting internal flags from the values passed in the notification message parameters.

By default, DoNotify does nothing except call any event handler attached to the media player's OnNotify event. DoNotify can be overridden to provide other responses in addition to the inherited event-handler call.

See Also