API:Data.Bind.Components.TBindExpression.NotifyOutputs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindExpression

Delphi

property NotifyOutputs;

C++

__property NotifyOutputs;

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.

See Also