System.Beacon.Components.TCustomBeacon.OnBeaconsEnterRegion

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBeaconsEnterRegion: TBeaconsRegionEvent read FOnBeaconsEnterRegion write FOnBeaconsEnterRegion;

C++

__property System::Beacon::TBeaconsRegionEvent OnBeaconsEnterRegion = {read=FOnBeaconsEnterRegion, write=FOnBeaconsEnterRegion};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon


Beschreibung

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