System.Bindings.CustomScope.TCustomScope.GetMappedObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMappedObject: TObject;

C++

System::TObject* __fastcall GetMappedObject();

Properties

Type Visibility Source Unit Parent
function protected
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Getter implementation for the MappedObject property.

The GetMappedObject method is the protected getter implementation for the MappedObject property.

See Also