System.Bluetooth.TBluetoothLEDeviceList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceList()/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>() { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceList(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEDevice*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceList(System::Generics::Collections::TEnumerable__1<TBluetoothLEDevice*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEDevice*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothLEDeviceList(System::Generics::Collections::TEnumerable__1<TBluetoothLEDevice*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(Collection) { }

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von TBluetoothLEDeviceList.

Siehe auch