API:System.Beacon.Components.TBeacon.OnBeaconsEnterRegion

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBeaconsEnterRegion: TBeaconsRegionEvent read FOnBeaconsEnterRegion write FOnBeaconsEnterRegion;

C++

__property OnBeaconsEnterRegion;

Eigenschaften

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

Beschreibung

Tritt ein, wenn ein neuer Beacon in einem Bereich ermittelt wird.

System.Beacon.Components.TBeacon.OnBeaconsEnterRegion erbt von System.Beacon.Components.TCustomBeacon.OnBeaconsEnterRegion. Der folgende Inhalt bezieht sich auf System.Beacon.Components.TCustomBeacon.OnBeaconsEnterRegion. Tritt ein, wenn ein neuer Beacon in einem Bereich ermittelt wird.

Das Ereignis tritt auf, wenn jede Art von Beacon in einem Bereich ermittelt wird.

Siehe auch