Data.Bind.Components.TLinkFillControlToField.OnAssignedValue

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

Delphi

property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;

C++

__property OnAssignedValue;

プロパティ

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

説明

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

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


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


関連項目