RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes.EndUpdate Method

Re-enables screen repainting and node reindexing that was turned off with the BeginUpdate method.

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

Use the EndUpdate method to enable screen updating after BeginUpdate has been called. Calls to BeginUpdate are cumulative, so calling EndUpdate will only update the tree view if every other call to BeginUpdate has already been matched by a call to EndUpdate. 

 

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