System.Beacon.Components.TBeaconRegionCollection.operator []

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

C++

TBeaconRegionItem* operator[](int Index) { return this->Items[Index]; }

プロパティ

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


説明

Operator [] は、Items 内の項目のうち、Index で指定された位置にあるものを返します。

関連項目