Data.Bind.Components.TBaseBindScopeComponent.Expressions

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

Delphi

property Expressions: TList<TBasicBindComponent> read FExpressions;

C++

__property System::Generics::Collections::TList__1<TBasicBindComponent*>* Expressions = {read=FExpressions};

プロパティ

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


説明

このソース コンポーネントを使用しているバインディング コンポーネントのリストを示します。

関連項目