System.Beacon.Components.TBeacon.OnBeaconEnter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBeaconEnter: TBeaconEnterExitEvent read FOnBeaconEnter write FOnBeaconEnter;

C++

__property OnBeaconEnter;

Eigenschaften

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

Beschreibung

Das Ereignis OnBeaconEnter wird jedes Mal ausgelöst, wenn ein neuer Beacon erreichbar ist.

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


Das Ereignis OnBeaconEnter wird jedes Mal ausgelöst, wenn ein neuer Beacon erreichbar ist.

Der neue Beacon wird einer TBeaconList hinzugefügt.

Siehe auch