Data.Bind.DBScope.TBindSourceDB.ScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScopeMappings;

C++

__property ScopeMappings;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindSourceDB

Description

Specifies an owned collection of scope mappings.

Data.Bind.DBScope.TBindSourceDB.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