RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIpSocket Class

Encapsulates the network support functions.

Pascal
TIpSocket = class(TBaseSocket);
C++
class TIpSocket : public TBaseSocket;

TIpSocket encapsulates the network support functions, linking sockets to network protocols such as TCP/IP and UDP, as well as raw sockets and custom protocols.  

Do not create instances of TIpSocket. Use TIpSocket as a base class when declaring non-visual components that can appear on the component palette and be used in the form designer. Properties and methods of TIpSocket provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!