[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Error event callback
Source position: lnet.pp line 77
type TLSocketErrorEvent = procedure( |
const msg: String; |
aSocket: TLSocket |
) of object; |
msg |
|
String message containing the network error description as well as it's number |
aSocket |
|
The socket on which the network error happened |
This callback serves in the TLSocket class as an error event mechanism. User assigns his method to this callback. Whenever a network error occurs, the callback is triggered.
No notes exist for this page yet.