Fmx.Bind.DBLinks.TBindDBTextLink.OnAssigningValue

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

Delphi

property OnAssigningValue;

C++

__property OnAssigningValue;

プロパティ

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

説明

式が評価されてオブジェクト メンバの値に代入されるときに発生するイベントです。

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


式が評価されてオブジェクト メンバの値に代入されるときに発生するイベントです。


この代入操作をイベント ハンドラが仲介することができます。

関連項目