API:System.Beacon.Components.TBeacon.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default 0;

C++

__property Enabled = {default=0};

Properties

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

Description

The Enabled property indicates whether the component starts to scan regions automatically or not.

System.Beacon.Components.TBeacon.Enabled inherits from System.Beacon.Components.TCustomBeacon.Enabled. All content below this line refers to System.Beacon.Components.TCustomBeacon.Enabled.

The Enabled property indicates whether the component starts to scan regions automatically or not.

See Also