|
RAD Studio VCL Reference
|
Provides the interface for a method that performs any finalization after applying updates.
procedure EndUpdate; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|