System.Bluetooth.Components.TBluetooth

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBluetooth

Delphi

TBluetooth = class(TComponent)

C++

class PASCALIMPLEMENTATION TBluetooth : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components System.Bluetooth.Components

Description

Component that serves as a wrapper for the main features of the classes of the Classic Bluetooth framework, such as TBluetoothManager, TBluetoothDevice or TBluetoothAdapter.

The TBluetooth component provides Classic Bluetooth features such as:

You can also access the underlying instances of classes of the Classic Bluetooth framework for fine-grained control or advanced features using properties such as CurrentAdapter, CurrentManager or ScanMode.

See Also