Data.Bind.Components.TCommonBindComponent.OnActivated
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TCommonBindComponent | |
Delphi
property OnActivated: TNotifyEvent read FOnActivated write SetOnActivated;
C++
__property System::Classes::TNotifyEvent OnActivated = {read=FOnActivated, write=SetOnActivated};
Description
Event that occurs when the binding expressions have been activated.