Data.Bind.Components.TBindComponentDelegate.OnAssignedValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;

C++

__property TBindCompAssignedValueEvent OnAssignedValue = {read=GetOnAssignedValue, write=SetOnAssignedValue};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindComponentDelegate

Description

Evénement se produisant après qu'une expression a été évaluée et qu'elle a affecté une valeur à un membre d'objet.

Voir aussi