TAstaClientSocket.OnConnecting
Applies to
TAstaClientSocket
Declaration
property
OnConnecting: TSocketNotifyEvent;
Description
Occurs for a client socket after the server socket has been located,
but before the connection is established.
See the Delphi help file for TClientSocket OnConnecting.