System.Beacon.Components.TBeaconRegionCollection.Items

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

Delphi

property Items[Index: Integer]: TBeaconRegionItem read GetItem write SetItem; default;

C++

__property TBeaconRegionItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

プロパティ

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


説明

作成されたビーコン領域にアクセスするためのプロパティです。

Items プロパティには、作成されたビーコン領域が格納されています。

関連項目