Data.Bind.Components.TLinkFillControlToField.OnActivated

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

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property OnActivated;

プロパティ

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

説明

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

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

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

関連項目