Online Documentation for Advanced Query Builder for RAD Studio VCL

OnParserError event


Applies to

TCustomQueryBuilder component

 

Declaration

property OnParserError: TQBParserErrorEvent;

 

Description

 

The OnParserError event takes place when parsing the SQL property causes an error in the TQBParser object. When error occurs, you receive the following information: error code, line number, line position and token.

 


See also:

Parser property

SQL property