Datasnap.DSSession.TTunnelSessionEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: Datasnap.DSSession | |
Delphi
TTunnelSessionEvent = procedure(Sender: TObject; Session: TDSTunnelSession; Content: TArray<Byte>;
var Count: Integer) of object;
C++
typedef void __fastcall (__closure *TTunnelSessionEvent)(System::TObject* Sender, TDSTunnelSession* Session, _dt_Datasnap_Dssession_1 Content, int &Count);
Description
Type of events invoked when handling a tunnel session.
TTunnelSessionEvent is the type of events invoked when handling a tunnel session.