Vcl.MPlayer.TMediaPlayer.ErrorMessage

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

Delphi

property ErrorMessage: string read GetErrorMessage;

C++

__property System::UnicodeString ErrorMessage = {read=GetErrorMessage};

プロパティ

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

説明

Error プロパティに格納されているエラーコードを説明します。

ErrorMessage は,直前のメディアコントロールメソッド(Back,CloseEjectNextOpenPausePauseOnlyPlayPreviousStartRecordingResumeRewindStep,または Stop)から返されたエラーコードを説明するエラーメッセージを指定します。

メッセージが説明するエラーコードは Error プロパティに格納されています。

関連項目