System.Beacon.Components.TCustomBeacon.BeaconDeathTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeaconDeathTime: integer read FBeaconDeathTime write SetBeaconDeathTime default KBEACONDEATHTIME;

C++

__property int BeaconDeathTime = {read=FBeaconDeathTime, write=SetBeaconDeathTime, default=20};

Properties

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

Description

The BeaconDeathTime property indicates the time in milliseconds to consider that the beacon signal is lost or the beacon is not reachable.

See Also