System.Bindings.CustomScope.TCustomScope.SetMappedObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMappedObject(const Value: TObject);

C++

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

Properties

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

Description

Setter implementation for the MappedObject property.

The SetMappedObject method is the protected setter implementation for the MappedObject property.

See Also