System.Bindings.Outputs.TBindingOutput.MakeObjScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MakeObjScope(const Obj: TObject): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall MakeObjScope(System::TObject* const Obj);

Properties

Type Visibility Source Unit Parent
function protected
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Creates a binding scope for the given object.

The MakeObjScope method can be used to create a binding scope for the object passed through the Obj parameter.

See Also