System.Bluetooth.TBluetoothDeviceList.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothDeviceList


Description

Crée une instance de TBluetoothDeviceList.

Voir aussi