dump exception backtrace in case of error, when deleting a component

git-svn-id: trunk@8015 -
This commit is contained in:
vincents 2005-10-31 11:16:59 +00:00
parent 3e08307ac5
commit fc9c3bb22a

View File

@ -720,6 +720,7 @@ Begin
on E: Exception do begin
DebugLn('TComponentInterface.Delete ERROR:',
' "'+OldName+':'+OldClassName+'" ',E.Message);
DumpExceptionBackTrace;
MessageDlg('Error',
'An exception occured during deletion of'#13
+'"'+OldName+':'+OldClassName+'"'#13