System.Bluetooth.TBluetoothDeviceList.Create

From RAD Studio API Documentation
Jump to: navigation, search

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(TBluetoothDevice* const *Values, const int Values_High)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothDevice*>(Values, Values_High) { }

Properties

Type Visibility Source Unit Parent
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothDeviceList

Description

Creates an instance of TBluetoothDeviceList.

See Also