Data.Bind.Components.TCustomBindGridLink.EndUpdate

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: TCustomBindGridLink

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate();

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