System.Bindings.ExpressionDefaults.TBindingExpressionDefault.CreateScope

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

説明

渡されたオブジェクトと式オブジェクトをベースにスコープを作成します。

CreateScope メソッドは、渡されたオブジェクトと式オブジェクトをベースにスコープを作成します。 CreateScope は、入力で渡された関連付けを保持するスコープを返します。

CreateScope は次のパラメータで呼び出します:

パラメータ 意味
Assocs 結果のスコープに追加される、Delphi オブジェクトと式オブジェクト間の関連付けを示します。

関連項目