System.Beacon.TBeaconManager.DoBeaconExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeaconExit(const ABeacon: IBeacon; const CurrentBeaconList: TBeaconList);

C++

void __fastcall DoBeaconExit(const _di_IBeacon ABeacon, const TBeaconList CurrentBeaconList);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

The DoBeaconExit method raises the OnBeaconExit event.

See Also