System.Beacon.Components.TBeaconRegionCollection.operator []

提供:RAD Studio API Documentation

C++

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

プロパティ

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


説明

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

関連項目