API:System.Bluetooth.TBluetoothGattCharacteristicList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothGattCharacteristicList

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.