System.Bluetooth.TBluetoothDeviceList.Create

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

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

プロパティ

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


説明

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

関連項目