System.Beacon.Components.TBeacon.MonitorizedRegions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MonitorizedRegions: TBeaconRegionCollection read FMonitorizedRegions write SetMonitorizedRegions;

C++

__property MonitorizedRegions;

Properties

Type Visibility Source Unit Parent
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

The MonitorizedRegions property contains a TBeaconRegionCollection with the list of regions to be monitored.

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

The MonitorizedRegions property contains a TBeaconRegionCollection with the list of regions to be monitored.

See Also