Vcl.MPlayer.TMediaPlayer.NotifyValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property NotifyValue: TMPNotifyValues read FNotifyValue;

C++

__property TMPNotifyValues NotifyValue = {read=FNotifyValue, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

説明

通知を最後に要求したメディアコントロールメソッドの結果を報告します。

NotifyValue は,通知を要求した直前のメディアコントロールメソッド(Back,CloseEjectNextOpenPausePauseOnly, PlayPreviousStartRecordingResumeRewindStep,または Stop)の結果を報告します。

通知を要求するには,メディアコントロールメソッドを呼び出す前に Notify を true に設定します。

関連項目