API:System.Beacon.Components.TBeacon.OnBeaconProximity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBeaconProximity: TBeaconProximityEvent read FOnBeaconProximity write FOnBeaconProximity;

C++

__property OnBeaconProximity;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Beschreibung

Das Ereignis OnBeaconProximity wird jedes Mal ausgelöst, wenn sich der Wert von Proximity ändert.

System.Beacon.Components.TBeacon.OnBeaconProximity erbt von System.Beacon.Components.TCustomBeacon.OnBeaconProximity. Der folgende Inhalt bezieht sich auf System.Beacon.Components.TCustomBeacon.OnBeaconProximity.


Das Ereignis OnBeaconProximity wird jedes Mal ausgelöst, wenn sich der Wert von Proximity ändert.

Siehe auch