Innerfuse Pascal Script
Unit: ifs_var.pas
TIFPasScriptError
TIFPasScriptError is of type WORD and is used for storing errors.
"Compile Time" Errors:
ENoError - No error
ECanNotReadProperty - Can not read property
ECanNotWriteProperty - Can not write properry
EUnknownIdentifier - Unknown Identifier
EIdentifierExpected - Identifier Expected
ESemicolonExpected - Semicolon expected
EBeginExpected - Begin expected
EDuplicateIdentifier - Duplicate identifier
EUnexpectedEndOfFile - Unexpected End Of File
EColonExpected - Colon expected
ESyntaxError - Syntax error
EStringError - String error
EErrorInStatement - Error in statement
EAssignmentExpected - Assignment expected
ETypeMismatch - Type mismatch
EErrorInExpression - Error in expression
ERoundOpenExpected - Round open expected
ERoundCloseExpected - Round close expected
EVariableExpected - Variable expected
ECommaExpected - Comma expected
EThenExpected - Then Expected
EPeriodExpected - Period expected
EParameterError - Parameter error (RunScriptProc)
EToExpected - To expected
EDoExpected - Do expected
EOfExpected - Of expected
EEndExpected - End expected
EOpenBlockExpected - Open block expected
ECloseBlockExpected - Close block expected
EConstantExpected - Constant expected
EIsExpected - IS expected
EIntegerExpected - integer expected
ECloseRoundExpected - Close round expected
EUntilExpected - Until expected
EClassNotAllowedHere - class not allowed here
EClassTypeExpected - Class type expected
ECanNotOverride - Can not override class
EUnsatisfiedForward - Unsatisfied Forward
EConstructorExpected - Constructor Expected
ENoInheritedAllowedHere - No inherited Allowed here
ECanNotReadOrWriteProperty - Can not read or write property
EObjectExpected - Object expected
ECommentError - Comment error
ECharError - Char error
EExceptExpected - Except expected
EStringExpected - String expected
EUnitNotFound - Unit not found
ENotSupported - Not supported
Runtime Errrors
EClassNotCreated - Class is not yet created
EOutOfRange - Out of range
EDivideByZero - Divide by Zero
EExitCommand - Not supported
EClassAlreadyFreed - Class is already freed
EClassReferenceNotAssigned - Class reference is not assigned
EVariantIsNil - Variant is nil
ECustomError - custom error
EOutOfMemoryError - Out of memory
Copyright (c) 2001 by Carlo Kok
last update: 24-11-01