System.Bindings.EvalProtocol.TWrapperDictionary

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

System.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObjectTWrapperDictionary

Delphi

TWrapperDictionary = class(TDictionary<IInterface, Pointer>)

C++

class PASCALIMPLEMENTATION TWrapperDictionary : public System::Generics::Collections::TDictionary__2<System::_di_IInterface,void *>

プロパティ

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


説明

ラッパーを格納するディクショナリを表します。

TWrapperDictionary を使用すると、ラッパーをルックアップし、それらがディクショナリ内に存在するかどうかを確認することができます。

関連項目