Data.Bind.Components.TBaseBindScopeComponent.ScopeMappings

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

Delphi

property ScopeMappings: TScopeMappings read FScopeMappings write SetScopeMappings;

C++

__property TScopeMappings* ScopeMappings = {read=FScopeMappings, write=SetScopeMappings};

プロパティ

種類 可視性 ソース ユニット
property protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent

説明

所有されているスコープ マッピングのコレクションを示します。

ScopeMappings プロパティは、所有されている、スコープ マッピングが要素であるコレクションを示します。ScopeMappings は、このソース コンポーネントを参照する式から参照できる、「名前/値」ペアを追加するために使用します。

関連項目