Data.Bind.Components.TBaseBindScopeComponent.ScopeMappings
[–] Properties | |
---|---|
Type: property | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TBaseBindScopeComponent |
Delphi
property ScopeMappings: TScopeMappings read FScopeMappings write SetScopeMappings;
C++
__property TScopeMappings* ScopeMappings = {read=FScopeMappings, write=SetScopeMappings};
Description
Specifies an owned collection of scope mappings.
The ScopeMappings property specifies an owned collection whose elements are scope mappings. ScopeMappings are used to add name/value pairs that can be referenced by expressions that reference this source component.