Data.Bind.Grid.TLinkGridToDataSource.OnAssignedValue
Delphi
property OnAssignedValue: TBindCompAssignedValueEvent read GetOnAssignedValue write SetOnAssignedValue;
C++
__property OnAssignedValue;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Data.Bind.Grid.pas Data.Bind.Grid.hpp |
Data.Bind.Grid | TLinkGridToDataSource |
Description
Event that occurs after an expression has been evaluated and has assigned a value to an object member.
Data.Bind.Grid.TLinkGridToDataSource.OnAssignedValue inherits from Data.Bind.Components.TBindComponentDelegate.OnAssignedValue. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnAssignedValue.
Event that occurs after an expression has been evaluated and has assigned a value to an object member.