System.Beacon.Components.TCustomBeacon.BeaconList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconList: TBeaconList read GetBeaconList;

C++

__property System::Beacon::TBeaconList BeaconList = {read=GetBeaconList};

Properties

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

Description

The BeaconList property contains a TBeaconList with the current detected beacons.

See Also