System.Beacon.TBeaconList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBeaconList = array of IBeacon;

C++

typedef System::DynamicArray<_di_IBeacon> TBeaconList;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

The TBeaconList type is an array of IBeacon.

See Also