System.Beacon.TBeaconManager.SetBeaconType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBeaconType(AValue: Word); virtual; abstract;

C++

virtual void __fastcall SetBeaconType(System::Word 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 BeaconType property.

See Also