System.Bluetooth.TBluetoothGattCharacteristicList.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Crée une instance de TBluetoothGattCharacteristicList.

Voir aussi