API:System.Bluetooth.TBluetoothDeviceList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList()/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>() { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothDevice*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(System::Generics::Collections::TEnumerable__1<TBluetoothDevice*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothDevice*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(System::Generics::Collections::TEnumerable__1<TBluetoothDevice*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(Collection) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(const System::DelphiInterface<System::IEnumerable__1<TBluetoothDevice*> > Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(Collection) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothDevice>.Create */ inline __fastcall TBluetoothDeviceList(TBluetoothDevice* const *Values, const System::NativeInt Values_High)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(Values, Values_High) { }

Eigenschaften

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

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.