Data.Bind.Components.TCommonBindComponent.OnActivated

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

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


説明

バインディング式がアクティブになったときに発生するイベントです。

関連項目