System.Tether.Manager.TTetheringProfile.OnStringReceived

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Fournit une chaîne envoyée par un profil distant connecté.

Lorsqu'un profil distant connecté, tel qu'une instance de TTetheringAppProfile, envoie une chaîne à votre profil, vous pouvez lire cette chaîne depuis le paramètre AString de OnStringReceived.

OnStringReceived reçoit les paramètres suivants :

  • Sender est le protocole qui reçoit la chaîne à partir d'un profil distant connecté.
  • AProfileId est l'identificateur du profil distant connecté qui envoie la chaîne.
  • AString est la chaîne.
  • ADescription est une chaîne qui décrit le contenu de la chaîne.

Voir aussi