Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TApplication.RemoveOnExceptionHandler

Removes an application exception handler.

Declaration

Source position: forms.pp line 1561

public procedure TApplication.RemoveOnExceptionHandler(

  Handler: TExceptionEvent

);

Arguments

Handler

  

Handler routine removed in the method.

See also

TApplicationHandlerType

  

Types of Application notification handlers.