System.Beacon.Components.TBeacon.ScanningTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScanningTime: Integer read FScanningTime write SetScanningTime default 500;

C++

__property ScanningTime = {default=500};

Properties

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

Description

The ScanningTime property indicates the time in milliseconds for scanning each cycle.

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

The ScanningTime property indicates the time in milliseconds for scanning each cycle.

For the iOS platform, when the Mode property is set to Standard, the ScanningTime is ignored.

See Also