TcxCustomGridView.EndUpdate Method
In This Article
Enables the current View’s updates after calling the BeginUpdate method.
#Declaration
Delphi
procedure EndUpdate;
#Remarks
Calling this method after the BeginUpdate method accepts all subsequent changes made to the current View and updates it. Use the CancelUpdate method if the applied changes do not require View invalidation.
See Also