API:Data.Bind.Components.TBindExprItems.NotifyOutputs

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

Delphi

property NotifyOutputs: Boolean read FNotifyOutputs write SetNotifyOutputs;

C++

__property NotifyOutputs;

プロパティ

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

説明

値をオブジェクト プロパティに割り当てる際に、式エンジンが Notify を呼び出すべきかどうかを指定します。

Data.Bind.Components.TBindExprItems.NotifyOutputs は Data.Bind.Components.TBaseBindExpression.NotifyOutputs を継承しています。以下の内容はすべて Data.Bind.Components.TBaseBindExpression.NotifyOutputs を参照しています。

値をオブジェクト プロパティに割り当てる際に、式エンジンが Notify を呼び出すべきかどうかを指定します。

NotifyOutputs プロパティは、値をオブジェクト プロパティに割り当てる際に、式エンジンが Notify を呼び出すべきかどうかを指定します。 これにより、オブジェクト プロパティに依存する管理式は、再評価されるようになります。 デフォルトでは、NotifyOutputsFalse に設定されています。

関連項目