[Overview][Types][Classes][Procedures and functions] | Reference for unit 'lEvents' (#LNet) |
Eventer error callback
Source position: levents.pp line 49
type TLEventerErrorEvent = procedure( |
const msg: String; |
Sender: TLEventer |
) of object; |
msg |
|
Message containing the description of the error |
Sender |
|
Sender is the eventer on which the error occurred |
This callback is triggered if an error in the eventer happens.
No notes exist for this page yet.