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

TErrorHandlerReturnValue

Type used to report and respond to error conditions.

Declaration

Source position: videoh.inc line 251

type TErrorHandlerReturnValue = (

  errRetry,

  

retry the operation.

  errAbort,

  

abort and return error code.

  errContinue

  

abort without returning an errorcode.

);


Documentation generated on: Jul 24 2023