Data.Bind.Components.TCustomBindGridLink.BeginUpdate
[–] 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.