Hi all.
When using Indy, TidTCPServer. The event
is executed whenever a client is connecting to the application.
How do I extract the connected client ip number from the AThread (TIdPeerThread) variable.
//Nordlund
When using Indy, TidTCPServer. The event
Code:
TCPServerExecute(AThread: TIdPeerThread);
How do I extract the connected client ip number from the AThread (TIdPeerThread) variable.

//Nordlund