Data.Bind.Components.TBindComponentDelegate.OnAssignedValue

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

Delphi

property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;

C++

__property TBindCompAssignedValueEvent OnAssignedValue = {read=GetOnAssignedValue, write=SetOnAssignedValue};

プロパティ

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

説明

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


関連項目