This component is FREE. 

If you'll use this component the author just ask you to show in your 
program (about box or something like that) his contribution (the name)
for that.

cShutDown is a component that monitores how many times an application
is abnormal terminated.
The purpose is alert the user of possible errors, for example the 
database ones.
Take a look at the example program.

How to use it:

1- Drop the component on the form;
2- Set the property INIFilename with an valid ini file;
   (don't need to add the path)
3- Set the MessageError with a message you want;
4- Call the Check method (probably in the FormCreate method
   in you application's main form) to verify if it has 
   errors.


Description:

Properties:
  ErrorCount   : How many times the application had been abnormal terminated
                 (ReadOnly).
  IniFilename  : Where to store information (your application ini file).
  MessageError : Message to show when an error detected.

Methods:
  Check        : To check last application termination.


Comments, advices or tips to the author: 
  
  Rafael Ribas Aguil (Rio de Janeiro - Brazil)
  rribas@unisys.com.br