System.Bluetooth.Components.TBluetoothLE.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled;

C++

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

Properties

Type Visibility Source Unit Parent
property published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Indicates whether the Bluetooth Low Energy connectivity of your component is enabled (True) or disabled (False).

TBluetoothLE components are enabled by default.

If you set Enabled to False, your component aborts any Bluetooth Low Energy operation in progress and prevents you from starting any new operation.
If you set Enabled to True, your component allows new Bluetooth Low Energy operations. Your component does not resume previously-aborted operations, you must restart any operation manually.

See Also