RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItems.EndUpdate Method

Reenables screen repainting that was turned off with the BeginUpdate method.

Pascal
procedure EndUpdate;
C++
__fastcall EndUpdate();

Call EndUpdate after completing changes to the list that were begun with a call to the BeginUpdate method. When every call to BeginUpdate is matched by a subsequent call to EndUpdate, the list view image updates to reflect all changes that occurred while repaints were disabled. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!