API:Fmx.Bind.DBLinks.TBindDBCheckLink.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssigningValue: TBindCompAssigningValueEvent read GetOnAssigningValue write SetOnAssigningValue;

C++

__property OnAssigningValue;

Properties

Type Visibility Source Unit Parent
event published
Fmx.Bind.DBLinks.pas
Fmx.Bind.DBLinks.hpp
Fmx.Bind.DBLinks TBindDBCheckLink

Description

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

Fmx.Bind.DBLinks.TBindDBCheckLink.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