System.Bindings.ExpressionDefaults.TBindingExpressionDefault.CreateScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateScope(const Assocs: TBindingExpression.TAssociations): IScope;

C++

System::Bindings::Evalprotocol::_di_IScope __fastcall CreateScope(System::Generics::Collections::TDictionary__2<System::TObject*,System::UnicodeString>* const Assocs);

Properties

Type Visibility Source Unit Parent
function protected
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

Description

Creates a scope based on the passed associations between objects and expression objects.

The CreateScope method creates a scope based on the passed associations between objects and expression objects. CreateScope returns a scope containing the associations passed as input.

Call CreateScope with the parameter described below:

Parameter Meaning
Assocs Indicates the associations between Delphi objects and expression objects that are going to be added in the result in scope.

See Also