Vcl.MPlayer.TMediaPlayer.MMNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMNotify(var Message: TMessage); message MM_MCINOTIFY;

C++

MESSAGE void __fastcall MMNotify(Winapi::Messages::TMessage &Message);

Properties

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

Description

Responds to a notification that the MCI device has completed an operation.

MMNotify responds to a notification message from Windows that a multimedia command completed by updating button states if the AutoEnable property is true, setting internal flags to reflect the outcome of the command, then calling the DoNotify method to trigger the OnNotify event and any other special responses.

See Also