[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

TXMLErrorEvent

Event type signalled when an error occurs while processing XML content.

Declaration

Source position: laz2_xmlread.pas line 112

type TXMLErrorEvent = procedure(

  Error: EXMLReadError

) of object;

Arguments

Error

  

Exception for the event notification.

Description

TXMLErrorEvent is an object procedure type that specifies an event signalled when an error occurs while reading and parsing XML content. TXMLErrorEvent is the type used for the TDOMParsser.OnError event handler, and allows the parser and its TXMLReader class instance to share error information and control.

See also

TDOMParser.OnError

  

Event handler signalled when an error occurs while reading XML content.


Version 3.2 Generated 2024-02-25 Home