This property retrieves the type of error that has occurred.
[Delphi] playcontrolname.ErrorStatus[
= Smallint ]
Property Value
| Value | Explanation |
|---|---|
| 0 | No error has occurred |
| 2 | An other unspecified error |
| 4 | Unsupported function |
| 5 | Incorrect value has been set |
| 11 | Execution sequence error |
| 20 | Unable to open file |
| 201 | DirectX environment is not set up |
| 203 | COM interface error |
Explanation
The ErrorStatus property retrieves the type of error that has occurred. Refer to these values after executing a Play Control method.
Setting this value
This value cannot be set.
Retrieving this value
This value can be retrieved at run-time.