Vcl.MPlayer.TMediaPlayer.ErrorMessage
Delphi
property ErrorMessage: string read GetErrorMessage;
C++
__property System::UnicodeString ErrorMessage = {read=GetErrorMessage};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.MPlayer.pas Vcl.MPlayer.hpp |
Vcl.MPlayer | TMediaPlayer |
Description
Describes the error code stored in the Error property.
ErrorMessage specifies the error message that describes the error code returned from the most recent media control method (Back, Close, Eject, Next, Open, Pause, PauseOnly, Play, Previous, StartRecording, Resume, Rewind, Step, or Stop).
The error code described by the message is stored in the Error property.