Internet Direct (Indy) Version 9.0.2 Beta
TIdSocketHandle.IP
Specifies the address of the local connection.

property IP: string;
Description
IP is a String property that identifies the address of the computer on the local connection. IP can be a computer name, such as "wvnvm.wvnet.edu", or an IP address in dotted-decimal format, such as "129.71.2.4".

IP is used in Bind and Connect to initialize or open a socket descriptor for the connection. IP is used in conjunction with Port to determine the local association used to identify the connection endpoint.