Data.Bind.Components.TBaseBindScopeComponent.ScopeMappings
Delphi
property ScopeMappings: TScopeMappings read FScopeMappings write SetScopeMappings;
C++
__property TScopeMappings* ScopeMappings = {read=FScopeMappings, write=SetScopeMappings};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBaseBindScopeComponent |
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.