Data.Bind.Components.TCustomBindExprItems.UpdateExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateExpressions; override;

C++

virtual void __fastcall UpdateExpressions();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindExprItems

Description

Called when the binding component should create managed or unmanaged bindings using the expression engine.

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

See Also