RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientWinSocket Class

TClientWinSocket describes the client endpoint of a Windows socket connection.

Pascal
TClientWinSocket = class(TCustomWinSocket);
C++
class TClientWinSocket : public TCustomWinSocket;

Client socket components use TClientWinSocket to manage the Windows socket API calls for a TCP/IP client application. TClientWinSocket differs from its immediate ancestor TCustomWinSocket only in that it introduces a ClientType property to distinguish blocking from non-blocking client sockets. 

 

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