Unit 'video' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#rtl]

TErrorHandler

Error handler prototype.

Declaration

Source position: videoh.inc line 256

type TErrorHandler = function(

  Code: LongInt;

  Info: Pointer

):TErrorHandlerReturnValue;

Description

The TErrorHandler function is used to register an own error handling function. It should be used when installing a custom error handling function, and must return one of the above values.

Code should contain the error code for the error condition, and the Info parameter may contain any data type specific to the error code passed to the function.


Documentation generated on: Jul 24 2023