System.Beacon.Components.TBeaconRegionCollection.operator []

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

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

Propriétés

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


Description

Operator [] renvoie l'élément à la position spécifiée par Index dans Items.

Voir aussi