Data.Bind.Components.TBindExpression.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 TBindExpression

説明

値をオブジェクト プロパティに割り当てる際に、式エンジンが Notify を呼び出すべきかどうかを指定します。 {{#multireplace:Data.Bind.Components.TBindExpression.NotifyOutputs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Data.Bind.Components.TBaseBindExpression.NotifyOutputs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Data.Bind.Components.TBaseBindExpression.NotifyOutputs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目