System.Beacon.Components.TCustomBeaconDevice.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default False;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=0};

Properties

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

Description

Determines whether TCustomBeaconDevice can start advertising data.

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

See Also