System.Bindings.EvalProtocol.ICustomScope.GetMappedObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMappedObject: TObject;

C++

virtual System::TObject* __fastcall GetMappedObject() = 0 ;

Properties

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

Description

Getter method for the MappedObject property.

GetMappedObject is the getter method for the MappedObject property.

See Also