System.Bluetooth.TBluetoothLEAdapterList.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothLEAdapterList


説明

TBluetoothLEAdapterList のインスタンスを作成します。

関連項目