System.Beacon.Components.TBeaconRegionCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Property to access the created beacon regions.

The Items property holds the created beacon regions.

See Also