|
RAD Studio VCL Reference
|
Occurs just before a client socket closes the connection to a server socket.
property OnDisconnect: TSocketNotifyEvent;
__property TSocketNotifyEvent OnDisconnect;
Write an OnDisconnect event handler to take specific action when the connection to a server socket is about to be terminated. OnDisconnect occurs after the value of the Active property is set to false, but before the actual connection is closed.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|