System.Bluetooth.TBluetoothGattServiceList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList()/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>() { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothGattService*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList(System::Generics::Collections::TEnumerable__1<TBluetoothGattService*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothGattService*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList(System::Generics::Collections::TEnumerable__1<TBluetoothGattService*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>(Collection) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothGattService>.Create */ inline __fastcall TBluetoothGattServiceList(TBluetoothGattService* const *Values, const int Values_High)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothGattService*>(Values, Values_High) { }

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von TBluetoothGattServiceList.

Siehe auch