System.Beacon.TBeaconProximityEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBeaconProximityEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; Proximity: TBeaconProximity) of object;

C++

typedef void __fastcall (__closure *TBeaconProximityEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, TBeaconProximity Proximity);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


Beschreibung

TBeaconProximityEvent ist ein Ereignistyp, der ausgelöst wird, wenn sich der Wert von Proximity ändert.

Siehe auch