API:Data.Bind.Components.TExpressionsBindComponent.DoOnAssignedValue
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TExpressionsBindComponent |
Delphi
procedure DoOnAssignedValue(AssignValueRec: TBindingAssignValueRec;
const Value: TValue); override;
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.
Data.Bind.Components.TExpressionsBindComponent.DoOnAssignedValue inherits from Data.Bind.Components.TCommonBindComponent.DoOnAssignedValue. All content below this line refers to Data.Bind.Components.TCommonBindComponent.DoOnAssignedValue.
Protected method called internally to fire an OnAssignedValue event.