Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TExceptionEvent

Type for OnException Event.

Declaration

Source position: MUIClass.Base.pas line 40

type TExceptionEvent = procedure(

  Sender: TObject;

  E: Exception

) of object;

Arguments

Sender

  

The Sender usually MUIApp or nil

E

  

The Exception happend

See also

OnException

  

Event called when an Exception happend


Documentation generated on: 2024-03-29