Source position: fpsockets.pp line 55
type TFPSocketConnection = record
ClientAddress: TNetworkAddress;
ClientPort: Word;
Socket: TFPSocket;
end;