API:Data.Bind.Components.TBindExprItems.NotifyOutputs
Delphi
property NotifyOutputs;
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 を呼び出すべきかどうかを指定します。 これにより、オブジェクト プロパティに依存する管理式は、再評価されるようになります。 デフォルトでは、NotifyOutputs は False に設定されています。