Data.Bind.Components.TBindScope.ScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindScope

Delphi

property ScopeMappings;

C++

__property ScopeMappings;

Description

Specifies an owned collection of scope mappings.

Data.Bind.Components.TBindScope.ScopeMappings inherits from Data.Bind.Components.TBaseBindScopeComponent.ScopeMappings. All content below this line refers to Data.Bind.Components.TBaseBindScopeComponent.ScopeMappings.

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.

See Also