simpletcpclient OnRead event
Return to Introduction  Previous page  Next page
Applies to
acSimpleTCPClient component.  

Declaration
type  
  TacSimpleTCPClientIOEvent = procedure(Sender: TObject; Stream: TStream) of object;  
 
property OnRead: TacSimpleTCPClientIOEvent;  

Description