The Error Object

The Error object is a property of the parent Model object and contains all the information related to Errors in the model.

Properties for the Error Object

FileName

The error filename from the last Read or Parse method call. (String Property - Read Only)

Header

The error header from the last Read or Parse method call. (String Property - Read Only)

LineNr

The error line number from the last Read or Parse method call. (Integer Property - Read Only)

LineStr

The error line string from the last Read or Parse method call. (String Property - Read Only)

Message

The error message from the last Read or Parse method call. (String Property - Read Only)

Number

The error number from the last Read or Parse method call. (Integer Property - Read Only)

Pathname

The error pathname from the last Read or Parse method call. (String Property - Read Only)

TokenColumn

The error token column from the last Read or Parse method call. (Integer Property - Read Only)

TokenStr

The error token string from the last Read or Parse method call. (String Property - Read Only)


Back To Top | Maximal Home Page | Table of Contents | Previous Page | Next Page