ibec_psql_ErrorCount

Indicates the total number of errors contained in the Errors property.

Syntax

 function ibec_psql_ErrorCount(PSQLParser : variant);

 property ErrorCount: Integer;

Description

Use ErrorCount as an upper bound when iterating through the errors in the error stack.

Example

<< ibec_psql_CommentBody | IBEBlock | ibec_psql_Free >>