ScktComp.TClientSocket.Socket
From RAD Studio VCL Reference
Delphi Information
From ScktComp.pas
property Socket: TClientWinSocket read FClientSocket;
Unit: ScktComp
Type: property
Visibility: public
Member Of: TClientSocket
C++ Information
From ScktComp.hpp
__property Scktcomp::TClientWinSocket * Socket = {read=FClientSocket};
Unit: ScktComp
Type: property
Visibility: public
Member Of: TClientSocket
Description
Describes the client endpoint of the Windows client socket connection.
Use Socket to
Determine the address and port of both the client and server sockets that are bound to the connection.
Read or write information through the socket connection.
Determine what server notifications the client will respond to.
Obtain the Windows socket handle for making Windows socket API calls.