Data.Bind.Components.TCustomBindGridLink.BeginUpdate

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 BeginUpdate;

C++

void __fastcall BeginUpdate();

Description

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

BeginUpdate is called internally when evaluating expressions, prior to compilation. After the compilation and evaluation, EndUpdate is called.

See Also