Icon EndUpdate Method

procedure EndUpdate

Available In: Visual Client Applications

Use this method to end a batch update to the un-bound grid rows. Batch updates are useful in situations where many changes need to be made to the rows, and triggering grid updates on every change would result in performance issues. This method is reference-counted and every time it is called, an internal counter is decremented. Every time the BeginUpdate method is called, the counter is incremented. Once the counter reaches zero, the grid will be notified that it needs to update its contents.
Image