Data.Bind.Components.TBaseBindScopeComponent.AddScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBaseBindScopeComponent

Delphi

function AddScopeMappings(AScope: IScope): IScope;

C++

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

Description

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

See Also