System.Bluetooth.TBluetoothLEAdapterList.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates an instance of TBluetoothLEAdapterList.

See Also