System.Bindings.Outputs.TBindingOutput.Notify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Notify: Boolean read FNotify write FNotify;

C++

__property bool Notify = {read=FNotify, write=FNotify, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Specifies whether to notify the binding output when a value is set.

The Notify property specifies whether notification is sent to the binding output when a value has been set.

See Also