Data.Bind.Components.TLinkPropertyToField.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnAssigningValue;

C++

__property OnAssigningValue;

Description

Event that occurs as an expression is evaluated and is assigning to a value of an object member.

Data.Bind.Components.TLinkPropertyToField.OnAssigningValue inherits from Data.Bind.Components.TBindComponentDelegate.OnAssigningValue. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnAssigningValue.

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