System.Bluetooth.TBluetoothUUIDsList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList()/* overload */ : System::Generics::Collections::TList__1<GUID>() { }
/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<GUID> > AComparer)/* overload */ : System::Generics::Collections::TList__1<GUID>(AComparer) { }
/* {System_Generics_Collections}TList<System_TGUID>.Create */ inline __fastcall TBluetoothUUIDsList(System::Generics::Collections::TEnumerable__1<GUID>* const Collection)/* overload */ : System::Generics::Collections::TList__1<GUID>(Collection) { }

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.