Data.Bind.Components.TBaseBindScopeComponent.SetScopeMappings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetScopeMappings(const Value: TScopeMappings); virtual;

C++

virtual void __fastcall SetScopeMappings(TScopeMappings* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent

Description

Protected setter implementation for the ScopeMappings property.

See Also