API:Data.Bind.Components.TLinkFillControlToProperty.OnAssigningValue
Delphi
property OnAssigningValue;
C++
__property OnAssigningValue;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TLinkFillControlToProperty |
Description
Event that occurs as an expression is evaluated and is assigning to a value of an object member.
Data.Bind.Components.TLinkFillControlToProperty.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.