Data.Bind.Components.TExpressionsBindComponent.DoOnAssignedValue

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TExpressionsBindComponent

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.

See Also