Data.Bind.Components.TBindComponentDelegate.OnActivated

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property System::Classes::TNotifyEvent OnActivated = {read=GetOnActivated, write=SetOnActivated};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindComponentDelegate


Beschreibung

Ereignis, das ausgelöst wird, wenn die Bindungsausdrücke dieses Delegat-Wrappers ausgelöst wurden.

Siehe auch