System.Tether.Manager.TStreamReceivedEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TStreamReceivedEvent = procedure(const Sender: TObject; const AProfileId: string; const AStream: TStream; const ADescription: string) of object;

C++

typedef void __fastcall (__closure *TStreamReceivedEvent)(System::TObject* const Sender, const System::UnicodeString AProfileId, System::Classes::TStream* const AStream, const System::UnicodeString ADescription);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


Description

Typ der Ereignisbehandlungsroutine für das Ereignis TTetheringProfile.OnStreamReceived.

Siehe auch