Hello Stephen, > However, if TriggerError ISN'T raising E, then I have to question > why you're using an exception in the first place?
Exceptions are very common, and also many components / functions can trigger an exception, I dont see a reason to not using it myself ? The reason of the triggering is to tell the application that there was an exception or an error. See my other post. I dont see any reason to raise an exception if it is not needed (eg in a program where no user is see it), but raising it and using it is 2 things independant from each otehr in my opinion. For example in an NT Service or whatever program where there is no user watching the screen. --- Rgds, Wilfried http://www.mestdagh.biz __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
