Icon EndUpdate Method

procedure EndUpdate

Available In: Visual Client Applications

Use this method to end a batch update to the list. Batch updates are useful in situations where many changes need to be made to the list, and triggering the OnChanged event 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 OnChanged event will be triggered.
Image