help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'lNet' (#LNet)

TLSocketErrorEvent

Error event callback

Declaration

Source position: lnet.pp line 77

type TLSocketErrorEvent = procedure(

  const msg: String;

  aSocket: TLSocket

) of object;

Arguments

msg

  

String message containing the network error description as well as it's number

aSocket

  

The socket on which the network error happened

Description

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.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505