System.Beacon.TBeaconManager.DoRegionEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRegionEnter(UUID: TGUID; AMajor, AMinor: Integer);

C++

void __fastcall DoRegionEnter(const GUID &UUID, int AMajor, int AMinor);

Properties

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

Description

The DoRegionEnter method raises the OnEnterRegion event.

See Also