Data.Bind.Grid.TLinkGridToDataSource.OnAssigningValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAssigningValue;

C++

__property OnAssigningValue;

Properties

Type Visibility Source Unit Parent
event published
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TLinkGridToDataSource

Description

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

Data.Bind.Grid.TLinkGridToDataSource.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