System.Beacon.Components.TCustomBeacon.MonitorizedRegions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MonitorizedRegions: TBeaconRegionCollection read FMonitorizedRegions write SetMonitorizedRegions;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon


Beschreibung

Die Eigenschaft MonitorizedRegions enthält eine TBeaconRegionCollection mit der Liste der Bereiche, die überwacht werden sollen.

Siehe auch