Data.Bind.Controls.TBindNavigatorController.OnActiveChanged

提供: RAD Studio API Documentation
移動先: 案内検索

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 イベントのハンドラを作成します。

関連項目