System.Beacon.Components.TCustomBeacon.MonitorizedRegions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MonitorizedRegions: TBeaconRegionCollection read FMonitorizedRegions write SetMonitorizedRegions;

C++

__property TBeaconRegionCollection* MonitorizedRegions = {read=FMonitorizedRegions, write=SetMonitorizedRegions};

Properties

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

Description

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

See Also