procedure HideAllFinalizationExceptions(const exceptIntf: IMEException; var handled: boolean);
begin
handled := true;
end;
finalization
RegisterExceptionHandler(HideAllFinalizationExceptions, epQuickFiltering, stDontSync);
end.
Users browsing this forum: No registered users and 8 guests