API:System.Bluetooth.TBluetoothLEAdapterList

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

System.Generics.Collections.TObjectListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEAdapterList

Delphi

TBluetoothLEAdapterList = class(TObjectList<TBluetoothLEAdapter>);

C++

class PASCALIMPLEMENTATION TBluetoothLEAdapterList : public System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>

プロパティ

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

説明

オブジェクトの順序付きリストです。

System.Bluetooth.TBluetoothLEAdapterList は System.Generics.Collections.TObjectList を継承しています。以下の内容はすべて System.Generics.Collections.TObjectList を参照しています。

オブジェクトの順序付きリストです。

TObjectList は、インデックスによってアクセスできる、オブジェクトの順序付きリストを表します。

TObjectList は、オブジェクトのエントリがリストから削除された際に自動的に解放する機能を持った TList です。TObjectList がインスタンス化された際、AOwnsObjects パラメータは、リストがリストのエントリを所有するかどうかを示します。エントリが所有されている場合は、エントリ オブジェクトがリストから削除されると、エントリ オブジェクトは解放されます。

OwnsObjects プロパティは、オブジェクトの所有権を取得または設定します。

関連項目


コード サンプル