Unit ErrorUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Error message alert tools added for v1.1 for cases where we don't care about saving the bitmap

Uses

Overview

Functions and Procedures

PROCEDURE DisplayError (errNum: INTEGER; errMessage, errHelp: Str255; errKind: ErrorType);
PROCEDURE IOError (errNum: INTEGER; helpMessage: Str255);

Types

ErrorType = (...);

Constants

ErrorID = 999;

Description

Functions and Procedures

PROCEDURE DisplayError (errNum: INTEGER; errMessage, errHelp: Str255; errKind: ErrorType);

Display error number, message, and help strings.

PROCEDURE IOError (errNum: INTEGER; helpMessage: Str255);

Display message for this standard IOResult error number

Types

ErrorType = (...);
 
Values
  • StopError:  
  • NoteError:  
  • CautionError:  

Constants

ErrorID = 999;

Error alert box resource ID


Generated by PasDoc 0.14.0.