System.Bluetooth.TBluetoothGattCharacteristicList.Create

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

C++

/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattCharacteristic>.Create */ inline __fastcall TBluetoothGattCharacteristicList()/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>() { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattCharacteristic>.Create */ inline __fastcall TBluetoothGattCharacteristicList(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattCharacteristic>.Create */ inline __fastcall TBluetoothGattCharacteristicList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothGattCharacteristic*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattCharacteristic>.Create */ inline __fastcall TBluetoothGattCharacteristicList(System::Generics::Collections::TEnumerable__1<TBluetoothGattCharacteristic*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothGattCharacteristic>.Create */ inline __fastcall TBluetoothGattCharacteristicList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothGattCharacteristic*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothGattCharacteristic>.Create */ inline __fastcall TBluetoothGattCharacteristicList(System::Generics::Collections::TEnumerable__1<TBluetoothGattCharacteristic*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattCharacteristic*>(Collection) { }

プロパティ

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


説明

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

関連項目