System.Tether.Manager.TStreamReceivedEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


Description

Type du gestionnaire d'événement pour TTetheringProfile.OnStreamReceived.

Voir aussi