API:System.Beacon.Components.TBeacon

From RAD Studio API Documentation
Jump to: navigation, search

System.Beacon.Components.TCustomBeaconSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBeacon

Delphi

TBeacon = class(TCustomBeacon)

C++

class PASCALIMPLEMENTATION TBeacon : public TCustomBeacon

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.

System.Beacon.Components.TBeacon inherits from System.Beacon.Components.TCustomBeacon. All content below this line refers to System.Beacon.Components.TCustomBeacon.

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