API:System.Bluetooth.TBluetoothGattServiceList.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothGattServiceList

Description

Embarcadero Technologies does not currently have any additional information.