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