System.Bindings.Helper.TBindings.CreateAssociationScope

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

Delphi

class function CreateAssociationScope(Assocs: array of TBindingAssociation): IScope;

C++

__classmethod System::Bindings::Evalprotocol::_di_IScope __fastcall CreateAssociationScope(System::Bindings::Expression::TBindingAssociation *Assocs, const int Assocs_High);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.Helper.pas
System.Bindings.Helper.hpp
System.Bindings.Helper TBindings

説明

バインディング関連付けの配列を基に、スコープを返します。

CreateAssociationScope メソッドは、バインディング関連付けの配列を基に、スコープを返します。

関連項目