System.Bluetooth.Components.TBluetooth.CurrentAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentAdapter: TBluetoothAdapter read GetCurrentAdapter;

C++

__property System::Bluetooth::TBluetoothAdapter* CurrentAdapter = {read=GetCurrentAdapter};

Properties

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

Description

Returns the current adapter.

See Also