System.Beacon.TBeaconManager.SetBeaconDeathTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBeaconDeathTime(AValue: Integer); virtual; abstract;

C++

virtual void __fastcall SetBeaconDeathTime(int AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

Protected setter method for the BeaconDeathTime property.

See Also