RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket Properties

The properties of the TCustomWinSocket class are listed here.

 
Name 
Description 
 
Addr 
Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the socket port. 
 
Determines which asynchronous events the socket can receive. 
 
Indicates whether the socket connection is open and available for communication with other machines. 
 
Data 
Points to application-specific data associated with the socket. 
 
Specifies the handle of the window that receives notifications from the Windows socket. 
 
Specifies the IP address of the local system that was bound to the socket connection. 
 
Specifies the name of the local system. 
 
Specifies the ID number of the port used by the socket connection. 
 
Indicates any asynchronous activities occurring while opening a connection. 
 
Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the remote socket port. 
 
Specifies the IP address of the remote system that was bound to the socket connection. 
 
Specifies the name of the remote system. 
 
Specifies the ID number of the port used by the RemoteHost to form the socket connection. 
 
Specifies the Windows handle for the socket. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!