Data.Bind.Components.TCustomBindExprItems.Recompile

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Recompile;

C++

void __fastcall Recompile();

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