System.Tether.Manager.TStreamReceivedEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


説明

TTetheringProfile.OnStreamReceived イベントのイベント ハンドラの型。

関連項目