Data.Bind.Components.TExpressionsBindComponent.DoOnAssignedValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Méthode protégée appelée de manière interne afin de déclencher un événement OnAssignedValue.

Data.Bind.Components.TExpressionsBindComponent.DoOnAssignedValue hérite de Data.Bind.Components.TCommonBindComponent.DoOnAssignedValue. Tout le contenu en-dessous de cette ligne se réfère à Data.Bind.Components.TCommonBindComponent.DoOnAssignedValue.

Méthode protégée appelée de manière interne afin de déclencher un événement OnAssignedValue.

Voir aussi