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