System.Bindings.EvalProtocol.ICustomScope.SetMappedObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMappedObject(const Value: TObject);

C++

virtual void __fastcall SetMappedObject(System::TObject* const Value) = 0 ;

Properties

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

Description

Setter method for the MappedObject property.

SetMappedObject is the setter method for the MappedObject property.

See Also