Data.Bind.Components.TCustomBindExprItems.Recompile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Recompile;

C++

void __fastcall Recompile();

Properties

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

Description

Recompiles all the expressions using the last binding associations.

The Recompile method recompiles all the binding expressions using the last binding associations between Delphi objects and expression objects.

See Also