Data.Bind.Components.TLinkFillControlToField.OnAssignedValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;

C++

__property OnAssignedValue;

Properties

Type Visibility Source Unit Parent
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkFillControlToField

Description

Event that occurs after an expression has been evaluated and has assigned a value to an object member.

Data.Bind.Components.TLinkFillControlToField.OnAssignedValue inherits from Data.Bind.Components.TBindComponentDelegate.OnAssignedValue. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnAssignedValue.

Event that occurs after an expression has been evaluated and has assigned a value to an object member.

See Also