Data.Bind.Components.TBindControlValue.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

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 TBindControlValue

Description

Event that occurs before assigning a value to one of the binding expressions.

Data.Bind.Components.TBindControlValue.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.

See Also