Data.Bind.Components.TLinkControlToField.OnActivating

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

Delphi

property OnActivating: TNotifyEvent read GetOnActivating write SetOnActivating;

C++

__property OnActivating;

プロパティ

種類 可視性 ソース ユニット
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkControlToField

説明

このデリゲート ラッパーのバインディング式をアクティブにしたときに発生するイベントです。

Data.Bind.Components.TLinkControlToField.OnActivating は Data.Bind.Components.TBindComponentDelegate.OnActivating を継承しています。以下の内容はすべて Data.Bind.Components.TBindComponentDelegate.OnActivating を参照しています。

このデリゲート ラッパーのバインディング式をアクティブにしたときに発生するイベントです。

関連項目