Data.Bind.Components.TBaseBindScopeComponent.AddScopeMappings
[–] 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.