System.Bindings.EvalProtocol.ICustomScope.MappedObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MappedObject: TObject read GetMappedObject write SetMappedObject;

C++

__property System::TObject* MappedObject = {read=GetMappedObject, write=SetMappedObject};

Properties

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

Description

Specifies the object passed to the custom scope factory on which the custom scope is created.

The MappedObject property specifies the object passed to the custom scope factory on which the custom scope is created. Based on this object, the custom scope will generate the custom wrappers. The object may also be nil. To handle this case, the custom scope might make use of the metadata.

See Also