System.Tether.AppProfile.TTetheringAppProfile.OnStringReceived

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

Delphi

procedure OnStringReceived(const Sender: TObject; const AProfileId: string; const AString: string; const ADescription: string); override;

C++

virtual void __fastcall OnStringReceived(System::TObject* const Sender, const System::UnicodeString AProfileId, const System::UnicodeString AString, const System::UnicodeString ADescription);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

このアプリケーション プロファイルに関連付けられているプロトコルOnStringReceived イベントを処理します。

関連項目