Data.Bind.Components.TCommonBindComponent.DoOnAssignedValue
Delphi
procedure DoOnAssignedValue(AssignValueRec: TBindingAssignValueRec; const Value: TValue); virtual;
C++
virtual void __fastcall DoOnAssignedValue(const System::Bindings::Outputs::TBindingAssignValueRec &AssignValueRec, const System::Rtti::TValue &Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCommonBindComponent |
Description
Protected method called internally to fire an OnAssignedValue event.