API:System.Bluetooth.TBluetoothServiceList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList()/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>() { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothService> > AComparer)/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList(System::Generics::Collections::TEnumerable__1<TBluetoothService>* const Collection)/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>(Collection) { }

Properties

Type Visibility Source Unit Parent
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothServiceList

Description

Embarcadero Technologies does not currently have any additional information.