RAD Studio VCL Reference
|
Occurs when a client socket should read information from the socket connection.
property OnRead: TSocketNotifyEvent;
__property TSocketNotifyEvent OnRead;
Write an OnRead event handler to read from the socket connection. If the socket is a blocking socket, use a TWinSocketStream object to read from the connection. Otherwise, u Use the methods of the Socket parameter to perform the actual reading.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|