System.Beacon.Components.TCustomBeacon.Mode
Delphi
property Mode: TBeaconScanMode read FMode write SetMode default TBeaconScanMode.Standard;
C++
__property System::Beacon::TBeaconScanMode Mode = {read=FMode, write=SetMode, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Beacon.Components.pas System.Beacon.Components.hpp |
System.Beacon.Components | TCustomBeacon |
Description
The Mode property indicates the type of beacons to be monitored. Types are specified in TBeaconScanMode, as a default, the value is set to Standard
.