Data.Bind.Components.TCustomBindGridLink.BeginUpdate
Delphi
procedure BeginUpdate;
C++
void __fastcall BeginUpdate();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindGridLink |
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.