Data.Bind.Components.TBaseBindExpression.NotifyOutputs

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

Delphi

property NotifyOutputs: Boolean read FNotifyOutputs write SetNotifyOutputs;

C++

__property bool NotifyOutputs = {read=FNotifyOutputs, write=SetNotifyOutputs, nodefault};

プロパティ

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

説明

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

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

関連項目