System.Bindings.Expression.TBindingExpression.OnLocationUpdatedEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnLocationUpdatedEvent: TBindingLocationUpdatedEvent read GetLocationUpdatedEvent write SetLocationUpdatedEvent;

C++

__property System::Bindings::Outputs::TBindingLocationUpdatedEvent OnLocationUpdatedEvent = {read=GetLocationUpdatedEvent, write=SetLocationUpdatedEvent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression


Beschreibung

Wird ausgelöst, wenn die Ausdrucks-Engine eine Ausgabeposition erneut erzeugt.

Siehe auch