System.Beacon.Components.TBeaconRegionCollection.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public System.Beacon.Components.hpp System.Beacon.Components TBeaconRegionCollection

Description

Operator [] returns the item at the position specified by Index in Items.

See Also