System.Bluetooth.TBluetoothLEScanFilterList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEScanFilter>.Create */ inline __fastcall TBluetoothLEScanFilterList(void)/* overload */ : System::Generics::Collections::TList__1<TBluetoothLEScanFilter*>() { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEScanFilter>.Create */ inline __fastcall TBluetoothLEScanFilterList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEScanFilter*> > AComparer)/* overload */ : System::Generics::Collections::TList__1<TBluetoothLEScanFilter*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEScanFilter>.Create */ inline __fastcall TBluetoothLEScanFilterList(System::Generics::Collections::TEnumerable__1<TBluetoothLEScanFilter*>* const Collection)/* overload */ : System::Generics::Collections::TList__1<TBluetoothLEScanFilter*>(Collection) { }

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!