System.Beacon.Components.TCustomBeacon

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBeacon

Delphi

TCustomBeacon = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomBeacon : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components System.Beacon.Components

Description

TCustomBeacon is the base class for the TBeacon component.

The TCustomBeacon class monitores a list of beacon regions specified in MonitorizedRegions and manages the beacon information through the associated events for enter/exit regions or beacons. It also detects changes on the distance and proximity of the beacons.

See Also