System.Tether.AppProfile.TTetheringAppProfile.OnStringReceived

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


Beschreibung

Behandelt das OnStringReceived-Ereignis eines Protokolls, das diesem Anwendungsprofil zugeordnet ist.

Siehe auch