System.Classes.TParser.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TParserErrorEvent read FOnError write FOnError;

C++

__property TParserErrorEvent OnError = {read=FOnError, write=FOnError};

Properties

Type Visibility Source Unit Parent
event public
System.Classes.pas
System.Classes.hpp
System.Classes TParser

Description

Occurs when a parse error is encountered.

OnError is used internally by TParser to report errors.

OnError is an event handler of type System.Classes.TParserErrorEvent.

See Also