RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomIpClient Class

Encapsulates the client network functions.

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

Sockets

TCustomIpClient encapsulates the client network 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 TCustomIpClient. Use TCustomIpClient 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 TCustomIpClient provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

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