TAstaServerSocket.OnClientConnect


 

Applies to
TAstaServerSocket

 

Declaration
property OnClientConnect: TSocketNotifyEvent;

 

Description
Occurs when a client socket completes a connection accepted by the server socket.. For more information see the TServerSocket.OnClientConnect in the Delphi help file.

The ClientSocket has not been added to the UserList when this event occurs so if you want to send a message to a client socket from this event you must call EarlyRegisterSocket.

 

 



ASTA Overview TAstaServerSocket.OnAstaClientUpdate TAstaServerSocket.OnClientDBLogin