System.Bluetooth.Components.TBluetooth.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 TBluetooth

Description

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

TBluetooth components are enabled by default.

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

See Also