API: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(const System::DelphiInterface<System::IEnumerable__1<TBluetoothLEAdapter*> > Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>(Collection) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEAdapter>.Create */ inline __fastcall TBluetoothLEAdapterList(TBluetoothLEAdapter* const *Values, const System::NativeInt 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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.