Open main menu

RAD Studio API Documentation β

System.Tether.Comm.TTetheringCustomServerComm.OnAfterReceiveData

Delphi

property OnAfterReceiveData: TTetheringDataEvent read FOnAfterReceiveData write FOnAfterReceiveData;

C++

__property TTetheringDataEvent OnAfterReceiveData = {read=FOnAfterReceiveData, write=FOnAfterReceiveData};

Properties

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

Description

Event to pre-process the data that the remote protocol sends.

The instance of the server listens for incoming connections and forwards them to a corresponding local instance of a client.

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

See Also