System.Bluetooth.Components.TBluetooth.CurrentAdapter

From RAD Studio API Documentation
Revision as of 14:39, 4 February 2015 by Monicab (talk | contribs) (rs-58499)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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