System.Beacon.Components.TCustomBeacon.MonitorizedRegions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MonitorizedRegions: TBeaconRegionCollection read FMonitorizedRegions write SetMonitorizedRegions;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon


説明

MonitorizedRegions プロパティには、監視されるリージョンのリストが入っている TBeaconRegionCollection インスタンスが格納されています。

関連項目