Data.Bind.Components.TCommonBindComponent.OnActivated
Delphi
property OnActivated: TNotifyEvent read FOnActivated write SetOnActivated;
C++
__property System::Classes::TNotifyEvent OnActivated = {read=FOnActivated, write=SetOnActivated};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| event | public | Data.Bind.Components.pas Data.Bind.Components.hpp | Data.Bind.Components | TCommonBindComponent | 
説明
バインディング式がアクティブになったときに発生するイベントです。