Data.Bind.Components.TBindComponentDelegate.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssigningValue: TBindCompAssigningValueEvent read GetOnAssigningValue write SetOnAssigningValue;

C++

__property TBindCompAssigningValueEvent OnAssigningValue = {read=GetOnAssigningValue, write=SetOnAssigningValue};

Properties

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

Description

Event that occurs as an expression is evaluated and is assigning to a value of an object member. Event handlers can intercede in the assignment operation.

See Also