System.Bindings.EvalProtocol.TWrapperDictionary

From RAD Studio API Documentation
Jump to: navigation, search

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 *>

Properties

Type Visibility Source Unit Parent
class public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

Represents a dictionary that contains wrappers.

TWrapperDictionary allows to look up for wrappers and check whether they exist within the dictionary.

See Also