System.Tether.Manager.TTetheringBeforeConnectEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TTetheringBeforeConnectEvent = procedure(const Sender: TObject; const AProfileInfo: TTetheringProfileInfo; var AllowConnect: Boolean) of object;

C++

typedef void __fastcall (__closure *TTetheringBeforeConnectEvent)(System::TObject* const Sender, const TTetheringProfileInfo &AProfileInfo, bool &AllowConnect);

Propriétés

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


Description

Type de gestionnaire d'événement pour l'événement TTetheringProfile.OnBeforeConnectProfile.

Voir aussi