[Overview][Types][Classes][Procedures and functions] | Reference for unit 'lEvents' (#LNet) |
An error event callback
Source position: levents.pp line 48
type TLHandleErrorEvent = procedure( |
aHandle: TLHandle; |
const msg: String |
) of object; |
aHandle |
|
The handle on which an error occurred |
msg |
|
The error message containing description of the error |
This is an error event callback. In case an error happens on a handle, this callback is triggered.
No notes exist for this page yet.