System.Bluetooth.Components.TBluetooth.LastPairedDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastPairedDevices: TBluetoothDeviceList read GetLastPairedDevices;

C++

__property System::Bluetooth::TBluetoothDeviceList* LastPairedDevices = {read=GetLastPairedDevices};

Properties

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

Description

Returns a list of the last paired devices.

See Also