RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.Addr Property

Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the socket port.

Pascal
property Addr: TSockAddrIn;
C++
__property TSockAddrIn Addr;

Use Addr to represent the port used by the socket when working directly with Windows socket API calls. For client sockets, the value of Addr represents the target remote port. For server sockets, Addr is determined by the values of the LocalAddress and LocalPort properties. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!