Data.Bind.Components.TCommonBindComponent.DoOnAssignedValue
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp | |
| Unit: Data.Bind.Components | |
| Parent: TCommonBindComponent | |
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);
Description
Protected method called internally to fire an OnAssignedValue event.