System.Beacon.Components.TCustomBeacon.OnBeaconExit

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBeaconExit: TBeaconEnterExitEvent read FOnBeaconExit write FOnBeaconExit;

C++

__property System::Beacon::TBeaconEnterExitEvent OnBeaconExit = {read=FOnBeaconExit, write=FOnBeaconExit};

Eigenschaften

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


Beschreibung

Das Ereignis OnBeaconExit wird jedes Mal ausgelöst, wenn ein Beacon nicht mehr erreichbar ist.

Siehe auch