API:System.Bluetooth.TBluetoothLEDeviceDictionary

提供:RAD Studio API Documentation

TBluetoothLEDeviceDictionarySystem.Generics.Collections.TObjectDictionarySystem.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObject

Delphi

TBluetoothLEDeviceDictionary = class(TObjectDictionary<string, TBluetoothLEDevice>);

C++

class PASCALIMPLEMENTATION TBluetoothLEDeviceDictionary : public System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TBluetoothLEDevice*>

プロパティ

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

説明

オブジェクトのキーと値のペアのコレクション。 {{#multireplace:System.Bluetooth.TBluetoothLEDeviceDictionary|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Generics.Collections.TObjectDictionary|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Generics.Collections.TObjectDictionary|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

オブジェクトのキーと値のペアのコレクション。

TObjectDictionary は、オブジェクトのキーと値のペアの汎用コレクションを表します。オブジェクトとしてキーと値(または、そのいずれか)の処理が可能です。

TObjectDictionary には、オブジェクトの存続期間の管理を自動的に行う機能があります。TObjectDictionary がインスタンス化される際は、Ownerships パラメータによって、ディクショナリがキーと値(または、そのいずれか)を所有するかどうかが指定されます。Create メソッドでは、型引数が動的にチェックされます。Ownership が指定されていない場合(空集合)、TObjectDictionary の機能は TDictionary の機能と同じです。


関連項目