System.Tether.Manager.TStringReceivedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStringReceivedEvent = procedure(const Sender: TObject; const AProfileId: string; const AString: string; const ADescription: string) of object;

C++

typedef void __fastcall (__closure *TStringReceivedEvent)(System::TObject* const Sender, const System::UnicodeString AProfileId, const System::UnicodeString AString, const System::UnicodeString ADescription);

Properties

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

Description

Type of event handler for the TTetheringProfile.OnStringReceived event.

See Also