System.Win.ScktComp.TCustomSocket.OnWrite
Delphi
property OnWrite: TSocketNotifyEvent read FOnWrite write FOnWrite;
C++
__property TSocketNotifyEvent OnWrite = {read=FOnWrite, write=FOnWrite};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | protected | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | TCustomSocket |
Description
Occurs when a client socket should write information to the socket connection.
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.