Data.Bind.Components.TBindComponentDelegate.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindComponentDelegate

Delphi

property OnAssigningValue: TBindCompAssigningValueEvent read GetOnAssigningValue write SetOnAssigningValue;

C++

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

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