[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TExceptionEvent

Declaration

Source position: forms.pp line 1113

type TExceptionEvent = procedure(

  Sender: TObject;

  E: Exception

) of object;