Anyone know how to disable this in Delphi?

I am using TidTCPServer & Client, I assume they descend from TCustomWinSocket, which is a wrapper for WinSock, at API level I think the function is setsockopt, but I have no idea how to do this? It should be a case of simply setting TCP_NODELAY flag.