Data.Bind.Grid.TLinkGridToDataSource.OnAssigningValue

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

Delphi

property OnAssigningValue;

C++

__property OnAssigningValue;

プロパティ

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

説明

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

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


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


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

関連項目