Data.Bind.Components.TCustomBindGridLink.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate(void);

Properties

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

Description

Signifies the ending of an update action related to bindings expressions.

EndUpdate is called internally when evaluating expressions, after the compilation. Before the compilation and evaluation, BeginUpdate is called.

See Also