Data.Bind.Components.TCustomBindGridListLink.UpdateExpressions
Delphi
procedure UpdateExpressions; override;
C++
virtual void __fastcall UpdateExpressions(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindGridListLink |
Description
Called when the binding component should create managed or unmanaged bindings using the expression engine.
Data.Bind.Components.TCustomBindGridListLink.UpdateExpressions inherits from Data.Bind.Components.TCommonBindComponent.UpdateExpressions. All content below this line refers to Data.Bind.Components.TCommonBindComponent.UpdateExpressions.
Called when the binding component should create managed or unmanaged bindings using the expression engine.
The UpdateExpressions virtual method is to be implemented in subclasses to create the particular bindings required, depending on the value of component properties and the purpose of the component.