RAD Studio VCL Reference
|
Specifies the IP address of the server.
property Address: string;
__property AnsiString Address;
Use Address to specify the IP address of the application server to which the client application connects. In addition to the address, you must provide a value for the Port property so that the socket connection component can locate the listening socket on the server system.
Sockets require either an IP address or a Host name to locate the server system. You can use the Host property instead of the Address property to specify the server system using a host name. The Address and Host properties are mutually exclusive: Setting Address causes Host to be set to an empty string, and vice versa.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|