System.Bluetooth.TBluetoothServiceList.Create

提供: RAD Studio API Documentation
移動先: 案内検索

C++

/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList()/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>() { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothService> > AComparer)/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList(System::Generics::Collections::TEnumerable__1<TBluetoothService>* const Collection)/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>(Collection) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothService>.Create */ inline __fastcall TBluetoothServiceList(const TBluetoothService *Values, const int Values_High)/* overload */ : System::Generics::Collections::TList__1<TBluetoothService>(Values, Values_High) { }

プロパティ

種類 可視性 ソース ユニット
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothServiceList


説明

TBluetoothServiceListのインスタンスを作成します。

関連項目