Data.Bind.Components.TBaseBindExpression.NotifyOutputs
Delphi
property NotifyOutputs: Boolean read FNotifyOutputs write SetNotifyOutputs;
C++
__property bool NotifyOutputs = {read=FNotifyOutputs, write=SetNotifyOutputs, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBaseBindExpression |
Description
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.