Data.Bind.Components.TCustomBindExpression.UpdateExpressions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindExpression

Delphi

procedure UpdateExpressions; override;

C++

virtual void __fastcall UpdateExpressions();

Description

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

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