RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUdpSocket Class

UDP component.

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

Sockets

Use TUdpSocket to create UDP-based applications. Add a TUdpSocket object to a form or data module to turn an application into a UDP/IP client and server. TUdpSocket specifies a desired connection to a UDP/IP server, manages the connection when it is open, and terminates the connection when the application is through. It also listens for requests for UDP/IP connections from other machines and establishes connections when requests are received. 

 

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