System.Bindings.Expression.TBindingExpression.Recompile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Recompile; inline;

C++

void __fastcall Recompile();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Recompiles the expression using the last binding associations.

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

See Also