home *** CD-ROM | disk | FTP | other *** search
- FRTE Forced Runtime Error Unit
- Version 3.0
- Copyright 1990
- McQuay Technologies
- Released into the Public Domain.
-
- This unit allows user written units to provide an enhnaced error
- trapping environment similar to the one used by Turbo's internal
- units. Allows errors to be trapped and displayed in the IDE
- where the units procedures and functions (or an objects methods)
- where called, rather than the line where the error was actually
- detected.
-
- FRTE.PAS contains code and documentation.
-
- The Following programs all demonstrate the use of FRTE.
-
- BIGMEM.PAS is a unit used by BIGTEST.PAS.
- MULT.PAS is a unit used by MULTTEST.PAS
- OBJTEST.PAS show how to use with methods.
- DEMO.PAS is a list manager that show how to use with
- virtual and static methods as well as descendants.
-
- Good Luck
-