System.Tether.AppProfile.TAcceptResourceEvent
Delphi
TAcceptResourceEvent = procedure(const Sender: TObject; const AProfileId: string; const AResource: TCustomRemoteItem;
var AcceptResource: Boolean) of object;
C++
typedef void __fastcall (__closure *TAcceptResourceEvent)(System::TObject* const Sender, const System::UnicodeString AProfileId, TCustomRemoteItem* const AResource, bool &AcceptResource);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
type typedef |
public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | System.Tether.AppProfile |
Description
Type de gestionnaire d'événement pour l'événement TTetheringAppProfile.OnAcceptResource.