Data.Bind.Components.TBaseBindScopeComponent.AddScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddScopeMappings(AScope: IScope): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall AddScopeMappings(System::Bindings::Evalprotocol::_di_IScope AScope);

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent

Description

Adds the given scope mapping to the ScopeMappings list. The scope mapping to be added is given through the AScope parameter.

See Also