System.Bluetooth.TBluetoothServiceList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList(const TBluetoothService *Values, const int Values_High)/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>(Values, Values_High) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothServiceList


Beschreibung

Erstellt eine Instanz von TBluetoothServiceList.

Siehe auch