System.Bindings.Outputs.TBindingOutput.Notify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Notify: Boolean read FNotify write FNotify;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput


Beschreibung

Gibt an, ob die Bindungsausgabe beim Setzen eines Wertes benachrichtigt werden soll.

Die Eigenschaft Notify gibt an, ob die Benachrichtigung an die Bindungsausgabe gesendet wird, wenn ein Wert gesetzt wurde.

Siehe auch