RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomResolver.EndUpdate Method

Provides the interface for a method that performs any finalization after applying updates.

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

The ApplyUpdates method calls EndUpdate after applying updates. 

As implemented in TCustomResolver, EndUpdate does nothing. Descendants that need take specific action after applying updates override this method. 

 

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