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

TDOMParser.OnError

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

Declaration

Source position: laz2_xmlread.pas line 145

public property TDOMParser.OnError : TXMLErrorEvent
  read FOnError
  write FOnError;

Description

OnError is a TXMLErrorEvent property that implements the event handler signalled when a error occurs while reading or processing XML content in the parser.


Version 4.0 Generated 2025-05-03 Home