Fmx.Bind.DBLinks.TBindDBListLink.OnActivated

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

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property OnActivated;

プロパティ

種類 可視性 ソース ユニット
event published
Fmx.Bind.DBLinks.pas
Fmx.Bind.DBLinks.hpp
Fmx.Bind.DBLinks TBindDBListLink

説明

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

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

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

関連項目