System.Beacon.TBeaconList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TBeaconList = array of IBeacon;

C++

typedef System::DynamicArray<_di_IBeacon> TBeaconList;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


Beschreibung

Der Typ TBeaconList ist ein IBeacon-Array.

Siehe auch