System.Tether.Comm.TTetheringCustomServerComm.OnBeforeSendData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeSendData: TTetheringDataEvent read FOnBeforeSendData write FOnBeforeSendData;

C++

__property TTetheringDataEvent OnBeforeSendData = {read=FOnBeforeSendData, write=FOnBeforeSendData};

Properties

Type Visibility Source Unit Parent
event public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringCustomServerComm

Description

Event to post-process the data before you send it to the remote protocol.

The instance of the server listens for outgoing connections of the corresponding local instance of a client.

The event handler of OnBeforeSendData handles the OnBeforeSendData event of every client object that the server creates.

See Also