Data.Bind.Components.TBaseBindExpression.NotifyOutputs

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property NotifyOutputs: Boolean read FNotifyOutputs write SetNotifyOutputs;

C++

__property bool NotifyOutputs = {read=FNotifyOutputs, write=SetNotifyOutputs, nodefault};

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.

See Also