Data.Bind.Components.TBindExpression.NotifyOutputs
Delphi
property NotifyOutputs: Boolean read FNotifyOutputs write SetNotifyOutputs;
C++
__property NotifyOutputs;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindExpression |
Description
Indicates that the expression engine should call Notify when assigning values to object properties.
Data.Bind.Components.TBindExpression.NotifyOutputs inherits from Data.Bind.Components.TBaseBindExpression.NotifyOutputs. All content below this line refers to Data.Bind.Components.TBaseBindExpression.NotifyOutputs.
Indicates that the expression engine should call Notify when assigning values to object properties.
The NotifyOutputs property specifies whether the expression engine should call Notify when assigning values to object properties. This will cause any managed expressions which depend on the object property to be re-evaluated. By default, NotifyOutputs is set to False.