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