API:System.Bluetooth.TBluetoothGattDescriptorList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

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

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.