OnError event
Applies to
acSimpleTCPClient
and
acSimpleTCPServer
components.
Declaration
type
TacSimpleTCPErrorEvent =
procedure
(Sender: TObject; Socket: TSocket; ErrorCode: Integer; ErrorMsg:
String
)
of
object
;
property
OnError: TacSimpleTCPErrorEvent;
Description