RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientSocket.OnWrite Event

Occurs when a client socket should write information to the socket connection.

Pascal
property OnWrite: TSocketNotifyEvent;
C++
__property TSocketNotifyEvent OnWrite;

Write an OnWrite to write from the socket connection. If the socket is a blocking socket, use a TWinSocketStream object to write to the connection. Otherwise, u Use the methods of the Socket parameter to perform the actual writing. 

 

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