[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TReaderError

Event handler type, called when an error occurs during the streaming.

Declaration

Source position: classesh.inc line 1112

type TReaderError = procedure(

  Reader: TReader;

  const Message: String;

  var Handled: Boolean

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.