| Home > Control properties descriptions > | History back Previous chapter Next chapter Print |
EnableErrorReport |
|
uEye ActiveX Manual Version 4.00
Description
With EnableErrorReport you can enable/disable error event logging. If error reporting is enabled, errors will automatically be displayed in a dialog box. Cancelling the dialog box disables the error report. Even with disabled error reporting, you can still query errors using GetError().
|
|
Parameters
Type |
Value |
Description |
BOOL |
TRUE |
Allow the control to fire a standard error event if an error occurs (default setting). Checking the return value of the ActiveX functions is recommended anyway. |
FALSE |
Don’t report an error. To check for errors the return value of the functions have to be verified. |
Related functions