System.Beacon.Components.TBeaconDevice.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled;

C++

__property Enabled = {default=0};

Properties

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

Description

Determines whether TCustomBeaconDevice can start advertising data.

System.Beacon.Components.TBeaconDevice.Enabled inherits from System.Beacon.Components.TCustomBeaconDevice.Enabled. All content below this line refers to System.Beacon.Components.TCustomBeaconDevice.Enabled. Determines whether TCustomBeaconDevice can start advertising data.

Set this property to True in order to enable TCustomBeaconDevice to advertise data.

See Also