Data.Bind.Components.TBindExprItems.OnAssigningValue
Delphi
property OnAssigningValue: TBindCompAssigningValueEvent read FOnAssigningValue write SetOnAssigningValue;
C++
__property OnAssigningValue;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindExprItems |
Description
Event that occurs before assigning a value to one of the binding expressions.
Data.Bind.Components.TBindExprItems.OnAssigningValue inherits from Data.Bind.Components.TCommonBindComponent.OnAssigningValue. All content below this line refers to Data.Bind.Components.TCommonBindComponent.OnAssigningValue.
Event that occurs before assigning a value to one of the binding expressions.