Data.Bind.Controls.TBindNavigatorController.OnActiveChanged
Delphi
property OnActiveChanged: TNotifyEvent read FOnActiveChanged write FOnActiveChanged;
C++
__property System::Classes::TNotifyEvent OnActiveChanged = {read=FOnActiveChanged, write=FOnActiveChanged};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | public | Data.Bind.Controls.pas Data.Bind.Controls.hpp |
Data.Bind.Controls | TBindNavigatorController |
説明
接続先のデータ ソースの状態が非アクティブからアクティブに変化したときに発生します。
接続先のデータ ソースの状態が非アクティブからアクティブに変化するたびに実行される機能をさらに定義するには、OnActiveChanged イベントのハンドラを作成します。