System.Bluetooth.TBluetoothServiceList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothServiceList

Delphi

TBluetoothServiceList = class(TList<TBluetoothService>);

C++

class PASCALIMPLEMENTATION TBluetoothServiceList : public System::Generics::Collections::TList__1<TBluetoothService>

Properties

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

Description

List of Bluetooth services.

See Also