System.Beacon.Components.TBeacon.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TBeaconScanMode read FMode write SetMode default 0;

C++

__property Mode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

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.

System.Beacon.Components.TBeacon.Mode inherits from System.Beacon.Components.TCustomBeacon.Mode. All content below this line refers to System.Beacon.Components.TCustomBeacon.Mode.

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.

See Also