System.Bluetooth.TBluetoothLEAdapterList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList()/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>() { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEAdapter*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(System::Generics::Collections::TEnumerable__1<TBluetoothLEAdapter*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEAdapter*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(System::Generics::Collections::TEnumerable__1<TBluetoothLEAdapter*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(Collection) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(TBluetoothLEAdapter* const *Values, const int Values_High)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(Values, Values_High) { }

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von TBluetoothLEAdapterList.

Siehe auch